[phpwebapp-commits] CVS: web_app/boxes/editMenus editMenus.html,1.3,1.4 class.Menus.php,1.5,1.6
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-07-14 14:45:52
|
Update of /cvsroot/phpwebapp/web_app/boxes/editMenus In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13284/boxes/editMenus Modified Files: editMenus.html class.Menus.php Log Message: Index: editMenus.html =================================================================== RCS file: /cvsroot/phpwebapp/web_app/boxes/editMenus/editMenus.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** editMenus.html 22 Aug 2003 06:47:20 -0000 1.3 --- editMenus.html 14 Jul 2004 14:45:41 -0000 1.4 *************** *** 22,30 **** <tr> <td> ! description: <br> <input type="text" name="description" size="30"> </td> <td> ! action: <br> <input type="text" name="action" size="30"> </td> --- 22,30 ---- <tr> <td> ! description: <br /> <input type="text" name="description" size="30"> </td> <td> ! action: <br /> <input type="text" name="action" size="30"> </td> *************** *** 54,58 **** <tr> <td> ! description: <br> <textarea name="description_list" cols="25" rows="5"></textarea> <!--# --- 54,58 ---- <tr> <td> ! description: <br /> <textarea name="description_list" cols="25" rows="5"></textarea> <!--# *************** *** 65,69 **** </td> <td> ! action: <br> <textarea name="action_list" cols="25" rows="5"></textarea> <!--# --- 65,69 ---- </td> <td> ! action: <br /> <textarea name="action_list" cols="25" rows="5"></textarea> <!--# Index: class.Menus.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/boxes/editMenus/class.Menus.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** class.Menus.php 25 Aug 2003 13:18:34 -0000 1.5 --- class.Menus.php 14 Jul 2004 14:45:41 -0000 1.6 *************** *** 149,153 **** function to_HTML_table() { ! $menu_bar = "<link rel='stylesheet' type='text/css' href='{{./}}menubar.css'>\n" ."<table class='menubar_table'>\n" ."\t<tr class='menubar_tr'>\n"; --- 149,153 ---- function to_HTML_table() { ! $menu_bar = "<link type='text/css' rel='stylesheet' href='{{./}}menubar.css' />\n" ."<table class='menubar_table'>\n" ."\t<tr class='menubar_tr'>\n"; |