summaryrefslogtreecommitdiff
path: root/templates/theme_control_sections.tpl
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-04 01:34:35 -0400
committerspiderr <spider@viovio.com>2013-04-04 01:34:35 -0400
commita1a8cf2958f428beb79792da692fea97b8f9d0b7 (patch)
tree20c107b0594f7d16e8eb9919301e2f7e50ac39d1 /templates/theme_control_sections.tpl
parentdb500220e9e1fcca13f183210772de8121446f59 (diff)
downloadthemes-a1a8cf2958f428beb79792da692fea97b8f9d0b7.tar.gz
themes-a1a8cf2958f428beb79792da692fea97b8f9d0b7.tar.bz2
themes-a1a8cf2958f428beb79792da692fea97b8f9d0b7.zip
cleanup edit forms
Diffstat (limited to 'templates/theme_control_sections.tpl')
-rw-r--r--templates/theme_control_sections.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/theme_control_sections.tpl b/templates/theme_control_sections.tpl
index 760120f..614a5d6 100644
--- a/templates/theme_control_sections.tpl
+++ b/templates/theme_control_sections.tpl
@@ -41,7 +41,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>
@@ -67,7 +67,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>