summaryrefslogtreecommitdiff
path: root/templates/ranking.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/ranking.tpl')
-rw-r--r--templates/ranking.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/ranking.tpl b/templates/ranking.tpl
index 7d21937..27662b0 100644
--- a/templates/ranking.tpl
+++ b/templates/ranking.tpl
@@ -7,7 +7,7 @@
<div class="body">
{form legend="Ranking Settings"}
- <div class="row">
+ <div class="control-group">
{formlabel label="Select Attribute" for="which"}
{forminput}
<select name="which" id="which">
@@ -18,7 +18,7 @@
{/forminput}
</div>
- <div class="row">
+ <div class="control-group">
{formlabel label="Number of items" for="limit"}
{forminput}
<select name="limit" id="limit">
@@ -30,7 +30,7 @@
{/forminput}
</div>
- <div class="row submit">
+ <div class="control-group submit">
<input type="submit" name="selrank" value="{tr}Apply settings{/tr}" />
</div>
{/form}