diff options
| author | lsces <lester@lsces.co.uk> | 2014-05-31 23:10:23 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-05-31 23:10:23 +0100 |
| commit | cd8d7c6d1b770dbd6354744c5f289cd1d58d1d84 (patch) | |
| tree | e9e3032de65167a1f5f55854fdda75d7d954203a /templates/theme_control_objects.tpl | |
| parent | ae23ff9787a21969448305eed29bdc81809f4237 (diff) | |
| download | themes-cd8d7c6d1b770dbd6354744c5f289cd1d58d1d84.tar.gz themes-cd8d7c6d1b770dbd6354744c5f289cd1d58d1d84.tar.bz2 themes-cd8d7c6d1b770dbd6354744c5f289cd1d58d1d84.zip | |
Modify templates for ink frameworkINK_Port
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 918e49a..ce85911 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" class="btn" name="settype" value="{tr}set{/tr}" />--> +<!--<input type="submit" class="ink-button" 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" class="btn" name="assign" value="{tr}assign{/tr}" /> + <input type="submit" class="ink-button" 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" class="btn" value="{tr}find{/tr}" name="search" /> + <input type="submit" class="ink-button" 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" class="btn" name="delete" value="{tr}Delete{/tr}" /></td></tr> +<tr><td colspan="3"><input type="submit" class="ink-button" name="delete" value="{tr}Delete{/tr}" /></td></tr> </table> </form> |
