diff options
Diffstat (limited to 'templates/theme_control_objects.tpl')
| -rw-r--r-- | templates/theme_control_objects.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/theme_control_objects.tpl b/templates/theme_control_objects.tpl index 3971559..5ecf318 100644 --- a/templates/theme_control_objects.tpl +++ b/templates/theme_control_objects.tpl @@ -15,7 +15,7 @@ </div> <form id="objform" action="{$smarty.const.THEMES_PKG_URL}theme_control_objects.php" method="post"> -<!--<input type="submit" name="settype" value="{tr}set{/tr}" />--> +<!--<input type="submit" class="btn" name="settype" value="{tr}set{/tr}" />--> <table class="panel"> <tr> <th>{tr}Section{/tr}</th> @@ -52,7 +52,7 @@ </select> </td> <td> - <input type="submit" name="assign" value="{tr}assign{/tr}" /> + <input type="submit" class="btn" name="assign" value="{tr}assign{/tr}" /> </td> </tr> </table> @@ -64,7 +64,7 @@ <td> <form method="get" action="{$smarty.const.THEMES_PKG_URL}theme_control_objects.php"> <input type="text" name="find" value="{$find|escape}" /> - <input type="submit" value="{tr}find{/tr}" name="search" /> + <input type="submit" class="btn" value="{tr}find{/tr}" name="search" /> <input type="hidden" name="sort_mode" value="{$sort_mode|escape}" /> </form> </td> @@ -94,7 +94,7 @@ {sectionelse} <tr class="norecords"><td colspan="3">{tr}No records found{/tr}</td></tr> {/section} -<tr><td colspan="3"><input type="submit" name="delete" value="{tr}Delete{/tr}" /></td></tr> +<tr><td colspan="3"><input type="submit" class="btn" name="delete" value="{tr}Delete{/tr}" /></td></tr> </table> </form> |
