Skip to content

Commit

Permalink
Button on bottom to match other prefs screens
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Mar 7, 2014
1 parent 8799c63 commit 4cd7e61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion horde/templates/prefs/category.html.php
@@ -1,6 +1,5 @@
<input name="cAction" value="" type="hidden" />
<input name="category" value="" type="hidden" />
<input type="button" class="horde-create" id="add_category" value="<?php echo _("New Category") ?>" />

<table>
<tr>
Expand Down Expand Up @@ -40,3 +39,5 @@
</tr>
<?php endforeach; ?>
</table>

<input type="button" class="horde-create" id="add_category" value="<?php echo _("New Category") ?>" />

0 comments on commit 4cd7e61

Please sign in to comment.