[phpwebapp-commits] CVS: documentation/templates/webobjects webobj_items.php,1.2,1.3
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-08-20 07:55:49
|
Update of /cvsroot/phpwebapp/documentation/templates/webobjects In directory sc8-pr-cvs1:/tmp/cvs-serv10107/templates/webobjects Modified Files: webobj_items.php Log Message: tabs converted to spaces, improvments in templates and stylesheets Index: webobj_items.php =================================================================== RCS file: /cvsroot/phpwebapp/documentation/templates/webobjects/webobj_items.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** webobj_items.php 23 Feb 2003 14:29:07 -0000 1.2 --- webobj_items.php 20 Aug 2003 07:31:54 -0000 1.3 *************** *** 5,17 **** */ $menu_items = array( ! "tabs" => "tabs", ! "browse" => "fileBrowser", ! "folderListing" => "folderListing", ! "form" => "form", ! "datebox" => "datebox", ! "table" => "table", ! "dbTable" => "dbTable", ! "listbox" => "listbox", ! "xlistbox" => "xlistbox" ! ); ?> --- 5,17 ---- */ $menu_items = array( ! "tabs" => "tabs", ! "browse" => "fileBrowser", ! "folderListing" => "folderListing", ! "form" => "form", ! "datebox" => "datebox", ! "table" => "table", ! "dbTable" => "dbTable", ! "listbox" => "listbox", ! "xlistbox" => "xlistbox" ! ); ?> |