Modif mineure

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

View File

@ -656,7 +656,7 @@ function plugin_user_preferences_example($parm){
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></tr>";
echo "<tr class='tab_bg_2'><td colspan='2'><input type='submit' name='submit' value='submit'></td>"; echo "<tr class='tab_bg_2'><td colspan='2'><input class='submit' type='submit' name='submit' value='submit'></td>";
echo "</tr>"; echo "</tr>";
echo "</table>"; echo "</table>";