summaryrefslogtreecommitdiff
path: root/templates/install_bit_settings.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-06-10 19:17:18 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-06-10 19:17:18 +0000
commitd20170ae1c8814af9de173fdd9d6bc75d50c3ed1 (patch)
treee130c1e9fc946f63aa909ed290ea4b189e5747cb /templates/install_bit_settings.tpl
parent6302cb5e6190c41ed1f450f2e27158548fe7abb5 (diff)
downloadinstall-d20170ae1c8814af9de173fdd9d6bc75d50c3ed1.tar.gz
install-d20170ae1c8814af9de173fdd9d6bc75d50c3ed1.tar.bz2
install-d20170ae1c8814af9de173fdd9d6bc75d50c3ed1.zip
form design tweak
Diffstat (limited to 'templates/install_bit_settings.tpl')
-rw-r--r--templates/install_bit_settings.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/install_bit_settings.tpl b/templates/install_bit_settings.tpl
index 088a852..1a631b5 100644
--- a/templates/install_bit_settings.tpl
+++ b/templates/install_bit_settings.tpl
@@ -25,7 +25,7 @@
<div class="row">
{formlabel label="Browser title" for="site_title"}
{forminput}
- <input size="50" type="text" name="site_title" id="site_title" value="{$gBitSystem->getConfig('site_title')|escape}" />
+ <input size="40" type="text" name="site_title" id="site_title" value="{$gBitSystem->getConfig('site_title')|escape}" />
{formhelp note="Enter the title that should appear in the title bar of the users browser when visiting your site."}
{/forminput}
</div>
@@ -33,7 +33,7 @@
<div class="row">
{formlabel label="Site slogan" for="site_slogan"}
{forminput}
- <input size="50" type="text" name="site_slogan" id="site_slogan" value="{$gBitSystem->getConfig('site_slogan')|escape}" />
+ <input size="40" type="text" name="site_slogan" id="site_slogan" value="{$gBitSystem->getConfig('site_slogan')|escape}" />
{formhelp note="This slogan is (usually) shown below the site title."}
{/forminput}
</div>