comparison admajax.php @ 779:5ee9041c9c90

Add <hr> separator between entry addition box and existing/editable entries.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 20 Nov 2014 15:47:41 +0200
parents 06e3469fe480
children c984cff340e3
comparison
equal deleted inserted replaced
778:06e3469fe480 779:5ee9041c9c90
1512 "preview_type" => 0, 1512 "preview_type" => 0,
1513 "flags" => 0, 1513 "flags" => 0,
1514 "evalue" => 0, 1514 "evalue" => 0,
1515 ), 1515 ),
1516 0, TRUE, "ne", $compo, EEMODE_ADD); 1516 0, TRUE, "ne", $compo, EEMODE_ADD);
1517 echo "<div class=\"entries\">\n"; 1517
1518 echo
1519 "<hr />\n".
1520 "<div class=\"entries\">\n";
1518 1521
1519 $row = 0; 1522 $row = 0;
1520 foreach (stExecSQL("SELECT * FROM entries WHERE compo_id=".$id." ORDER BY id ASC") as $entry) 1523 foreach (stExecSQL("SELECT * FROM entries WHERE compo_id=".$id." ORDER BY id ASC") as $entry)
1521 stPrintEntryItemData($entry, $row++, TRUE, "en", $compo, EEMODE_NORMAL); 1524 stPrintEntryItemData($entry, $row++, TRUE, "en", $compo, EEMODE_NORMAL);
1522 1525