summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8b4a9f4)
raw | patch | inline | side by side (parent: 8b4a9f4)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 Apr 2007 13:26:28 +0000 (13:26 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 Apr 2007 13:26:28 +0000 (13:26 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6158 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/setup_config3.tpl | patch | blob | history |
index 06fa3355894ce81d87225c2be1f4a2ed696f8faa..96364a75e2e723cb1317ec109f925685c0a6c18d 100644 (file)
--- a/setup/setup_config3.tpl
+++ b/setup/setup_config3.tpl
{t}Smarty compile directory{/t}
</div>
<div class='step4_value'>
- <input size=60 id='compile' name='compile'
+ <input size=40 id='compile' name='compile'
type='text' value='{$optional.compile}'>
</div>
</div>
{if $optional.ppd_path_active == FALSE}
<input type='checkbox' value='1' name='ppd_path_active'
onClick='changeState("ppd_path");'>
- <input size=60 id='ppd_path' name='ppd_path' type='text' value='{$optional.ppd_path}' disabled>
+ <input size=40 id='ppd_path' name='ppd_path' type='text' value='{$optional.ppd_path}' disabled>
{else}
<input type='checkbox' value='1' name='ppd_path_active' checked>
- <input size=60 id='ppd_path' name='ppd_path' type='text' value='{$optional.ppd_path}' >
+ <input size=40 id='ppd_path' name='ppd_path' type='text' value='{$optional.ppd_path}' >
{/if}
</div>
</div>
{if $optional.kioskpath_active == FALSE}
<input type='checkbox' value='1' name='kioskpath_active'
onClick='changeState("kioskpath");'>
- <input size=60 id='kioskpath' name='kioskpath'
+ <input size=40 id='kioskpath' name='kioskpath'
type='text' value='{$optional.kioskpath}' disabled>
{else}
<input type='checkbox' value='1' name='kioskpath_active' checked>
- <input size=60 id='kioskpath' name='kioskpath'
+ <input size=40 id='kioskpath' name='kioskpath'
type='text' value='{$optional.kioskpath}' >
{/if}
</div>
{if $optional.auto_network_hook_active == FALSE}
<input type='checkbox' value='1' name='auto_network_hook_active'
onClick='changeState("auto_network_hook");'>
- <input size=60 id='auto_network_hook' name='auto_network_hook'
+ <input size=40 id='auto_network_hook' name='auto_network_hook'
type='text' value='{$optional.auto_network_hook}' disabled>
{else}
<input type='checkbox' value='1' name='auto_network_hook_active' checked>
- <input size=60 id='auto_network_hook' name='auto_network_hook' type='text'
+ <input size=40 id='auto_network_hook' name='auto_network_hook' type='text'
value='{$optional.auto_network_hook}' >
{/if}
</div>
{if $optional.mailQueueScriptPath_active == FALSE}
<input type='checkbox' value='1' name='mailQueueScriptPath_active'
onClick='changeState("mailQueueScriptPath");'>
- <input size=60 id='mailQueueScriptPath' name='mailQueueScriptPath'
+ <input size=40 id='mailQueueScriptPath' name='mailQueueScriptPath'
type='text' value='{$optional.mailQueueScriptPath}' disabled>
{else}
<input type='checkbox' value='1' name='mailQueueScriptPath_active' checked>
- <input size=60 id='mailQueueScriptPath' name='mailQueueScriptPath' type='text'
+ <input size=40 id='mailQueueScriptPath' name='mailQueueScriptPath' type='text'
value='{$optional.mailQueueScriptPath}' >
{/if}
</div>
{if $optional.notifydir_active == FALSE}
<input type='checkbox' value='1' name='notifydir_active'
onClick='changeState("notifydir");'>
- <input size=60 id='notifydir' name='notifydir'
+ <input size=40 id='notifydir' name='notifydir'
type='text' value='{$optional.notifydir}' disabled>
{else}
<input type='checkbox' value='1' name='notifydir_active' checked>
- <input size=60 id='notifydir' name='notifydir'
+ <input size=40 id='notifydir' name='notifydir'
type='text' value='{$optional.notifydir}' >
{/if}
</div>