diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-08-27 09:48:36 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-08-27 09:48:36 +0000 |
| commit | c31efa1543828ae27ae6b69041916e447cb05c6c (patch) | |
| tree | bf259bebfd2ad788034309eb66c6b44870ca5d17 /templates/admin_articles.tpl | |
| parent | f0ba0e468cced8aa5bb824749de576a2ae26dc2a (diff) | |
| download | articles-c31efa1543828ae27ae6b69041916e447cb05c6c.tar.gz articles-c31efa1543828ae27ae6b69041916e447cb05c6c.tar.bz2 articles-c31efa1543828ae27ae6b69041916e447cb05c6c.zip | |
fix admin screen and set more usable defaults in schema
Diffstat (limited to 'templates/admin_articles.tpl')
| -rw-r--r-- | templates/admin_articles.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin_articles.tpl b/templates/admin_articles.tpl index 2fab4f0..d76c4d2 100644 --- a/templates/admin_articles.tpl +++ b/templates/admin_articles.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_articles/templates/admin_articles.tpl,v 1.1 2005/06/30 01:10:46 bitweaver Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_articles/templates/admin_articles.tpl,v 1.2 2005/08/27 09:48:36 squareing Exp $ *} {strip} {form} {jstabs} @@ -19,7 +19,7 @@ <div class="row"> {formlabel label="Maximum Articles" for="articles-maxhome"} {forminput} - <input size="5" type="text" name="maxArticles" id="articles-maxhome" value="{$gBitSystemPrefs.maxArticles|escape}" /> + <input size="5" type="text" name="max_articles" id="articles-maxhome" value="{$gBitSystemPrefs.max_articles|escape}" /> {formhelp note="Number of articles shown on the main articles page."} {/forminput} </div> |
