- bug fixed : in admin/configuration, reset button was a submit button

git-svn-id: http://piwigo.org/svn/trunk@700 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2005-01-16 23:54:54 +00:00
parent 4cc5cb68e2
commit 8d595674f0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -205,7 +205,7 @@
<tr>
<td colspan="2" align="center">
<input type="submit" name="submit" class="bouton" value="{L_SUBMIT}">
<input type="submit" name="reset" class="bouton" value="{L_RESET}">
<input type="reset" name="reset" class="bouton" value="{L_RESET}">
</td>
</tr>
</table>