Commit 209a4fa4 authored by Franco Fichtner's avatar Franco Fichtner

firewall: fix save in translation mode closes #546 #547

This is part of #431, right fix is to use <button/> instead.  We
don't want to extend the code to fix this, it'll introduce more
bugs and strangeness later.  Still a lot to do there, any help is
welcome, the conversion is pretty simple.
parent fc1f4f4d
......@@ -307,7 +307,7 @@ include("head.inc");
</tr>
<tr>
<td colspan="4">
<input name="save" type="submit" class="btn btn-primary" value="<?=gettext("Save");?>" />
<button name="save" type="submit" class="btn btn-primary" value="Save"><?= gettext('Save') ?></button>
</td>
</tr>
</tbody>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment