1
2
3
4
5
6
7
8
9
10
|
<? require_once($LIBPATH . "libutil.php"); assert_rights("E"); require_once ($LIBPATH . "form.php");
$toplistcategoriesDetailsFrm_feeder = array("TOPLISTCATEGORIES_FEEDER", "DbFeeder", array("TBL_TOPLISTCATEGORIES", null, array("ID"), array("GET/ID"), "AND", true, true)); $toplistcategoriesDetailsFrm = array("Editeaza galeria", "mod_:toplistcategories", "act_toplistcategoriesDetailsFrm", "TBL_TOPLISTCATEGORIES", 450, 'stBoxThin', 'stSortableHeader', 'center', 25, 'vacancyAdd()', array( new Field("Titlu:", "TEXT", "title", 'stFormCellText', 'stCtrlText', 30), new Field("ID", "HIDDEN", "ID", 'stFormCellText', 'stCtrlText', 30, array($_GET['ID'])))); ?>
|