1
2
3
4
5
6
7
8
9
10
|
<? require_once($LIBPATH . "libutil.php"); assert_rights("B"); require_once ($LIBPATH . "form.php"); $pageAddFrm = array("Add new page", "mod_:pages", "act_pageaddFrm", "TBL_PAGES", 650, 'stBoxThin', 'stSortableHeader', 'center', 25, "", array( new Field("Titlu:", "TEXT", "NameRO", 'stFormCellText', 'stCtrlText', 30), new Field("Page Content:", "SPAW", "ContentRO_", 'stFormCellText', 'stCtrlText', 30, array(array("ContentRO"), array("ContentRO"))))); ?>
|