[example] Reduce height for user prefs

git-svn-id: https://forge.glpi-project.org/svn/example/trunk@42 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
moyooo 2008-03-29 10:35:00 +00:00
parent dcd75cc714
commit cda157f491

View File

@ -649,14 +649,14 @@ function plugin_user_preferences_example($parm){
echo "<form action='Where to post form'>"; echo "<form action='Where to post form'>";
echo "<table class='tab_cadre' width='100%'>"; echo "<table class='tab_cadre' width='100%'>";
echo "<tr><th colspan='2'>".$data['name']; echo "<tr><th colspan='3'>".$data['name'];
echo " - ".$data['version']; echo " - ".$data['version'];
echo "</th></tr>"; echo "</th></tr>";
echo "<tr class='tab_bg_1'><td>Name of the pref"; echo "<tr class='tab_bg_1'><td>Name of the pref";
echo "</td><td>Input to set the pref</td></tr>"; echo "</td><td>Input to set the pref</td>";
echo "<tr class='tab_bg_2'><td colspan='2'><input class='submit' type='submit' name='submit' value='submit'></td>"; echo "<td><input class='submit' type='submit' name='submit' value='submit'></td>";
echo "</tr>"; echo "</tr>";
echo "</table>"; echo "</table>";