C:\xampp\htdocs\kptv\admin\modules\today\todayAddFrm.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
require_once($LIBPATH "libutil.php");
assert_rights("C");
require_once (
$LIBPATH  "form.php");

$months_table_feeder = array("MONTHS_FEEDER:noFilter""DbFeeder", array("TBL_MONTHS", array("ID""NameRO"), nullnull"AND"falsefalse,""));
$days_table_feeder = array("DAYS_FEEDER:noFilter""DbFeeder", array("TBL_DAYS", array("ID""NameRO"), nullnull"AND"falsefalse,""));

$todayAddFrm = array("Adauga Inregistrare""mod_:today""act_todayaddFrm""TBL_TODAY"650'stBoxThin''stSortableHeader''center'25"",
    array(
        new 
Field("Titlu:""TEXT""NameRO"'stFormCellText''stCtrlText'30),
        new 
Field("Anul evenimentului:""TEXT""YearRO"'stFormCellText''stCtrlText'30),
        new 
Field("Continut:""SPAW""Continut_"'stFormCellText''stCtrlText'30, array(array("ContentRO"), array("ContentRO"))),
        new 
Field("Luna evenimentului:""COMBO""MonthRO"'stFormCellText''stCtrlText'30, array("ID""NameRO""galleryDetailsFrm_feeder/AlbumID"), $months_table_feeder),
        new 
Field("Ziua evenimentului:""COMBO""DayRO"'stFormCellText''stCtrlText'30, array("ID""NameRO""galleryDetailsFrm_feeder/AlbumID"), $days_table_feeder),
        ));
?>
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586