summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-02-06 00:09:17 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-02-06 00:09:17 +0000
commit5642e269f24cd8b84251e35e702ab7f0d7f93dd4 (patch)
tree3cbf338e1162dca035f8b377cb7b52260ead781c /templates
parent73eca628174b201f139ed6b7698f28f6a603a0bc (diff)
downloadmessages-5642e269f24cd8b84251e35e702ab7f0d7f93dd4.tar.gz
messages-5642e269f24cd8b84251e35e702ab7f0d7f93dd4.tar.bz2
messages-5642e269f24cd8b84251e35e702ab7f0d7f93dd4.zip
more preference standardisation
Diffstat (limited to 'templates')
-rw-r--r--templates/messages_preferences_inc.tpl18
1 files changed, 9 insertions, 9 deletions
diff --git a/templates/messages_preferences_inc.tpl b/templates/messages_preferences_inc.tpl
index ccd60df..75557c1 100644
--- a/templates/messages_preferences_inc.tpl
+++ b/templates/messages_preferences_inc.tpl
@@ -10,16 +10,16 @@
</div>
<div class="row">
- {formlabel label="Messages per page" for="mess_maxRecords"}
+ {formlabel label="Messages per page" for="mess_max_records"}
{forminput}
- <select name="mess_maxRecords" id="mess_maxRecords">
- <option value="2" {if $userPrefs.mess_maxRecords eq 2}selected="selected"{/if}>{tr}2{/tr}</option>
- <option value="5" {if $userPrefs.mess_maxRecords eq 5}selected="selected"{/if}>{tr}5{/tr}</option>
- <option value="10" {if $userPrefs.mess_maxRecords eq 10}selected="selected"{/if}>{tr}10{/tr}</option>
- <option value="20" {if $userPrefs.mess_maxRecords eq 20}selected="selected"{/if}>{tr}20{/tr}</option>
- <option value="30" {if $userPrefs.mess_maxRecords eq 30}selected="selected"{/if}>{tr}30{/tr}</option>
- <option value="40" {if $userPrefs.mess_maxRecords eq 40}selected="selected"{/if}>{tr}40{/tr}</option>
- <option value="50" {if $userPrefs.mess_maxRecords eq 50}selected="selected"{/if}>{tr}50{/tr}</option>
+ <select name="mess_max_records" id="mess_max_records">
+ <option value="2" {if $userPrefs.mess_max_records eq 2}selected="selected"{/if}>{tr}2{/tr}</option>
+ <option value="5" {if $userPrefs.mess_max_records eq 5}selected="selected"{/if}>{tr}5{/tr}</option>
+ <option value="10" {if $userPrefs.mess_max_records eq 10}selected="selected"{/if}>{tr}10{/tr}</option>
+ <option value="20" {if $userPrefs.mess_max_records eq 20}selected="selected"{/if}>{tr}20{/tr}</option>
+ <option value="30" {if $userPrefs.mess_max_records eq 30}selected="selected"{/if}>{tr}30{/tr}</option>
+ <option value="40" {if $userPrefs.mess_max_records eq 40}selected="selected"{/if}>{tr}40{/tr}</option>
+ <option value="50" {if $userPrefs.mess_max_records eq 50}selected="selected"{/if}>{tr}50{/tr}</option>
</select>
{formhelp note=""}
{/forminput}