diff options
| author | spiderr <spider@viovio.com> | 2013-04-04 01:34:35 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-04 01:34:35 -0400 |
| commit | a1a8cf2958f428beb79792da692fea97b8f9d0b7 (patch) | |
| tree | 20c107b0594f7d16e8eb9919301e2f7e50ac39d1 /templates/theme_control.tpl | |
| parent | db500220e9e1fcca13f183210772de8121446f59 (diff) | |
| download | themes-a1a8cf2958f428beb79792da692fea97b8f9d0b7.tar.gz themes-a1a8cf2958f428beb79792da692fea97b8f9d0b7.tar.bz2 themes-a1a8cf2958f428beb79792da692fea97b8f9d0b7.zip | |
cleanup edit forms
Diffstat (limited to 'templates/theme_control.tpl')
| -rw-r--r-- | templates/theme_control.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/theme_control.tpl b/templates/theme_control.tpl index 5b053da..6761b60 100644 --- a/templates/theme_control.tpl +++ b/templates/theme_control.tpl @@ -41,7 +41,7 @@ </select> </td> <td> - <input type="submit" name="assigcat" value="{tr}assign{/tr}" /> + <input type="submit" class="btn" name="assigcat" value="{tr}assign{/tr}" /> </td> </tr> </table> @@ -54,7 +54,7 @@ <td> <input type="text" name="find" value="{$find|escape}" /> </td><td> - <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}" /> </td> </tr> @@ -79,7 +79,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> |
