summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ed78890)
raw | patch | inline | side by side (parent: ed78890)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 21 Jan 2010 11:09:51 +0000 (11:09 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 21 Jan 2010 11:09:51 +0000 (11:09 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15231 594d385d-05f5-0310-b6e9-bd551577e9d8
71 files changed:
diff --git a/gosa-plugins/addressbook/addons/addressbook/address_edit.tpl b/gosa-plugins/addressbook/addons/addressbook/address_edit.tpl
index 4e29ef6bf99e60c5dc71ecb28c0bfba461c63059..e6a9ee66d98357b382a8a98e3079ec90a1d083b2 100644 (file)
</td>
<td>
{render acl=$snACL}
- <input id="sn" name="sn" size=10 maxlength=60 value="{$info_sn}">,
+ <input type='text' id="sn" name="sn" size=10 maxlength=60 value="{$info_sn}">,
{/render}
{render acl=$givenNameACL}
- <input id="givenName" name="givenName" size=10 maxlength=60 value="{$info_givenName}">
+ <input type='text' id="givenName" name="givenName" size=10 maxlength=60 value="{$info_givenName}">
{/render}
<td>
</tr>
</td>
<td>
{render acl=$initialsACL}
- <input id="initials" name="initials" size=5 maxlength=20 value="{$info_initials}">
+ <input type='text' id="initials" name="initials" size=5 maxlength=20 value="{$info_initials}">
{/render}
</td>
</tr>
</td>
<td>
{render acl=$titleACL}
- <input id="title" name="title" size=10 maxlength=20 value="{$info_title}">
+ <input type='text' id="title" name="title" size=10 maxlength=20 value="{$info_title}">
{/render}
</td>
</tr>
</td>
<td>
{render acl=$homePhoneACL}
- <input id="homePhone" name="homePhone" size=15 maxlength=60 value="{$info_homePhone}">
+ <input type='text' id="homePhone" name="homePhone" size=15 maxlength=60 value="{$info_homePhone}">
{/render}
</td>
</tr>
</td>
<td>
{render acl=$mobileACL}
- <input id="mobile" name="mobile" size=15 maxlength=60 value="{$info_mobile}">
+ <input type='text' id="mobile" name="mobile" size=15 maxlength=60 value="{$info_mobile}">
{/render}
</td>
</tr>
</td>
<td>
{render acl=$mailACL}
- <input id="mail" name="mail" size=15 maxlength=60 value="{$info_mail}">
+ <input type='text' id="mail" name="mail" size=15 maxlength=60 value="{$info_mail}">
{/render}
</td>
</tr>
</td>
<td>
{render acl=$oACL}
- <input id="o" name="o" size=15 maxlength=60 value="{$info_o}">
+ <input type='text' id="o" name="o" size=15 maxlength=60 value="{$info_o}">
{/render}
</td>
</tr>
</td>
<td>
{render acl=$ouACL}
- <input id="ou" name="ou" size=15 maxlength=60 value="{$info_ou}">
+ <input type='text' id="ou" name="ou" size=15 maxlength=60 value="{$info_ou}">
{/render}
</td>
</tr>
</td>
<td>
{render acl=$lACL}
- <input id="l" name="l" size=15 maxlength=60 value="{$info_l}">
+ <input type='text' id="l" name="l" size=15 maxlength=60 value="{$info_l}">
{/render}
</td>
</tr>
</td>
<td>
{render acl=$postalCodeACL}
- <input id="postalCode" name="postalCode" size=15 maxlength=60 value="{$info_postalCode}">
+ <input type='text' id="postalCode" name="postalCode" size=15 maxlength=60 value="{$info_postalCode}">
{/render}
</td>
</tr>
</td>
<td>
{render acl=$stACL}
- <input id="st" name="st" size=15 maxlength=60 value="{$info_st}">
+ <input type='text' id="st" name="st" size=15 maxlength=60 value="{$info_st}">
{/render}
</td>
</tr>
</td>
<td>
{render acl=$telephoneNumberACL}
- <input id="telephoneNumber" name="telephoneNumber" size=15 maxlength=60 value="{$info_telephoneNumber}">
+ <input type='text' id="telephoneNumber" name="telephoneNumber" size=15 maxlength=60 value="{$info_telephoneNumber}">
{/render}
</td>
</tr>
</td>
<td>
{render acl=$pagerACL}
- <input id="pager" name="pager" size=15 maxlength=60 value="{$info_pager}">
+ <input type='text' id="pager" name="pager" size=15 maxlength=60 value="{$info_pager}">
{/render}
</td>
</tr>
index 9ceecf83ba0fa143b83071123a3a939daa4e613f..49e1e2fc52e8c88b7f94d5958d823f985f187036 100644 (file)
<table summary="">
<tr>
<td><LABEL for="sambaShareName">{t}Name of dfs Share{/t}</LABEL>{$must}</td>
- <td><input id="sambaShareName" name="sambaShareName" size=40 maxlength=100 value="{$sambasharename}"></td>
+ <td><input type='text' id="sambaShareName" name="sambaShareName" size=40 maxlength=100 value="{$sambasharename}"></td>
</tr>
<tr>
<td><LABEL for="descripition">{t}Description{/t}</LABEL>{$must}</td>
- <td><input id="description" name="description" size=40 maxlength=100 value="{$sharedescription}"></td>
+ <td><input type='text' id="description" name="description" size=40 maxlength=100 value="{$sharedescription}"></td>
</tr>
<tr>
<td><LABEL for="fileserver">{t}Fileserver{/t}</LABEL>{$must}</td>
- <td><input id="fileserver" name="fileserver" size=40 maxlength=100 value="{$fileserver}"></td>
+ <td><input type='text' id="fileserver" name="fileserver" size=40 maxlength=100 value="{$fileserver}"></td>
</tr>
<tr>
<td><LABEL for="fileservershare">{t}Share on Fileserver{/t}</LABEL>{$must}</td>
- <td><input id="fileservershare" name="fileservershare" size=40 maxlength=100 value="{$fileservershare}"></td>
+ <td><input type='text' id="fileservershare" name="fileservershare" size=40 maxlength=100 value="{$fileservershare}"></td>
</tr>
</table>
<table summary="" style="width:100%">
<tr>
<td><LABEL for="location">{t}Location{/t}</LABEL>{$must}</td>
- <td><input id="location" name="location" size=40 maxlength=100 value="{$location}"></td>
+ <td><input type='text' id="location" name="location" size=40 maxlength=100 value="{$location}"></td>
</tr>
<tr>
<td><LABEL for="dfsdescription">{t}Description{/t}</LABEL></td>
- <td><input id="dfsdescription" name="dfsdescription" size=40 maxlength=100 value="{$dfsdescription}"></td>
+ <td><input type='text' id="dfsdescription" name="dfsdescription" size=40 maxlength=100 value="{$dfsdescription}"></td>
</tr>
</table>
diff --git a/gosa-plugins/fai/admin/fai/faiDiskEntry.tpl b/gosa-plugins/fai/admin/fai/faiDiskEntry.tpl
index 123ad3bccdf5ef6fc6e7b83b07d1a47642b13776..67e958d3abd44065c5949dcc64ef611a10e9f188 100644 (file)
</td>
<td>
{render acl=$DISKcnACL}
- <input value="{$DISKcn}" size="45" maxlength="80" name="DISKcn" id="DISKcn">
+ <input type='text' value="{$DISKcn}" size="45" maxlength="80" name="DISKcn" id="DISKcn">
{/render}
</td>
</tr>
index f5689e460b787dbe3cf82f87de3bd6ba07b6b61b..56ec4c813cb2c7dca440eb0c9caea0160e1c0ae6 100644 (file)
</td>
<td>
{render acl=$cnACL}
- <input value="{$cn}" size="45" maxlength="80" disabled id="cn">
+ <input type='text' value="{$cn}" size="45" maxlength="80" disabled id="cn">
{/render}
</td>
</tr>
</td>
<td>
{render acl=$descriptionACL}
- <input value="{$description}" size="45" maxlength="80" name="description" id="description">
+ <input type='text' value="{$description}" size="45" maxlength="80" name="description" id="description">
{/render}
</td>
</tr>
diff --git a/gosa-plugins/fai/admin/fai/faiHookEntry.tpl b/gosa-plugins/fai/admin/fai/faiHookEntry.tpl
index c1374ef87c7cb91be873d1f8b7de3a86a2492eee..7b940c59c8f63602da2020fa4f6bfbf073df1028 100644 (file)
</td>
<td>
{render acl=$cnACL}
- <input value="{$cn}" size="45" name="cn">
+ <input type='text' value="{$cn}" size="45" name="cn">
{/render}
</td>
</tr>
</td>
<td>
{render acl=$descriptionACL}
- <input value="{$description}" size="45" name="description">
+ <input type='text' value="{$description}" size="45" name="description">
{/render}
</td>
</tr>
index 81a678aca7aafd74821e89d2456523cde01b00e7..9e66d6e211a514fec524caa98f12cba9cb94b323 100644 (file)
</td>
<td>
{render acl=$cnACL}
- <input value="{$cn}" size="45" disabled id="cn">
+ <input type='text' value="{$cn}" size="45" disabled id="cn">
{/render}
</td>
</tr>
</td>
<td>
{render acl=$descriptionACL}
- <input value="{$description}" size="45" name="description" id="description">
+ <input type='text' value="{$description}" size="45" name="description" id="description">
{/render}
</td>
</tr>
diff --git a/gosa-plugins/fai/admin/fai/faiPartition.tpl b/gosa-plugins/fai/admin/fai/faiPartition.tpl
index 7e63d61c1193101708a7702624f7100c532560b5..0ca4dcddd3c6fc0a1d1b2662ba6338bef0f0b433 100644 (file)
{if $FAIdiskType == "lvm"}
<td>{t}Name{/t}</td>
<td width="35%">
- <input name="cn" value="{$cn}">
+ <input type='text' name="cn" value="{$cn}">
</td>
{else}
<td>{t}Type{/t}</td>
{html_options options=$partitionSizeTypes selected=$FAIpartitionSizeType}
</select>
{if $FAIpartitionSizeType != "remaining"}
- <input name='sizeStart' value='{$sizeStart}' size='5'>
+ <input type='text' name='sizeStart' value='{$sizeStart}' size='5'>
<select name='sizeStart_Type'>
{html_options options=$sizeTypes selected=$sizeStart_Type}
</select>
{else}
- <input name='dummy3' value='' size='5' disabled>
+ <input type='text' name='dummy3' value='' size='5' disabled>
<select name='dummy4' disabled>
{html_options options=$sizeTypes}
</select>
{/if}
-
{if $FAIpartitionSizeType != "fixed" && $FAIpartitionSizeType != "remaining"}
- <input name='sizeStop' value='{$sizeStop}' size='5'>
+ <input type='text' name='sizeStop' value='{$sizeStop}' size='5'>
<select name='sizeStop_Type'>
{html_options options=$sizeTypes selected=$sizeStop_Type}
</select>
{else}
- <input name='dummy1' value='' size='5' disabled>
+ <input type='text' name='dummy1' value='' size='5' disabled>
<select name='dummy2' disabled>
{html_options options=$sizeTypes}
</select>
{t}Filesystem create options{/t}
</td>
<td>
- <input name="FAIfsCreateOptions" value="{$FAIfsCreateOptions}">
+ <input type='text' name="FAIfsCreateOptions" value="{$FAIfsCreateOptions}">
</td>
</tr>
<tr>
{t}Tune options{/t}
</td>
<td>
- <input name="FAIfsTuneOptions" value="{$FAIfsTuneOptions}">
+ <input type='text' name="FAIfsTuneOptions" value="{$FAIfsTuneOptions}">
</td>
</tr>
<tr>
</td>
<td>
{if $FAIfsType != "swap"}
- <input name="FAImountPoint" value="{$FAImountPoint}">
+ <input type='text' name="FAImountPoint" value="{$FAImountPoint}">
{else}
- <input name="dummy10" value="swap" disabled>
+ <input type='text' name="dummy10" value="swap" disabled>
{/if}
</td>
<td>
{t}Mount options{/t}
</td>
<td>
- <input name="FAImountOptions" value="{$FAImountOptions}">
+ <input type='text' name="FAImountOptions" value="{$FAImountOptions}">
</td>
</tr>
diff --git a/gosa-plugins/fai/admin/fai/faiPartitionTable.tpl b/gosa-plugins/fai/admin/fai/faiPartitionTable.tpl
index 7ac1c6058c4168011ae030c4c31956eb73a49d61..a2d3985218ed8d55e52ab9d269b47634dd2fa84a 100644 (file)
</td>
<td>
{render acl=$cnACL}
- <input value="{$cn}" size="45" maxlength="80" id='cn' disabled >
+ <input type='text' value="{$cn}" size="45" maxlength="80" id='cn' disabled >
{/render}
</td>
</tr>
</td>
<td>
{render acl=$descriptionACL}
- <input value="{$description}" size="45" maxlength="80" name="description" id="description">
+ <input type='text' value="{$description}" size="45" maxlength="80" name="description" id="description">
{/render}
</td>
</tr>
diff --git a/gosa-plugins/fai/admin/fai/faiPartitionTableEntry.tpl b/gosa-plugins/fai/admin/fai/faiPartitionTableEntry.tpl
index f6c107550cee61b8f7a13f6f6e2a0d3a14c64ace..95d5a0537af02b98ef75e1980c8b8e185053cc94 100644 (file)
{t}Name{/t}
</LABEL>{$must}
{render acl=$DISKcnACL}
- <input value="{$DISKcn}" size="45" maxlength="80" name="DISKcn" id="DISKcn">
+ <input type='text' value="{$DISKcn}" size="45" maxlength="80" name="DISKcn" id="DISKcn">
{/render}
</td>
<td><LABEL for="DISKdescription">
{t}Description{/t}
</LABEL>
{render acl=$DISKdescriptionACL}
- <input value="{$DISKdescription}" size="45" maxlength="80" name="DISKdescription" id="DISKdescription">
+ <input type='text' value="{$DISKdescription}" size="45" maxlength="80" name="DISKdescription" id="DISKdescription">
{/render}
</td>
</tr>
index 66123f438e142614c86a9a27d5e0ff2243288a8e..8c472c624579b79ff8819debf30ff0a7348a0c5c 100644 (file)
</td>
<td>
{render acl=$cnACL}
- <input value="{$cn}" size="45" maxlength="80" id="cn" name="cn">
+ <input type='text' value="{$cn}" size="45" maxlength="80" id="cn" name="cn">
{/render}
</td>
</tr>
</td>
<td>
{render acl=$descriptionACL}
- <input value="{$description}" size="45" maxlength="80" name="description" id="description">
+ <input type='text' value="{$description}" size="45" maxlength="80" name="description" id="description">
{/render}
</td>
</tr>
index 659f64a98f474ba387ed7936d1cb05f06922df22..f6c06de3ddc42aa8653e411ef3aae2278986ea86 100644 (file)
</td>
<td>
{render acl=$cnACL}
- <input value="{$cn}" maxlength="80" size="45" disabled id="cn">
+ <input type='text' value="{$cn}" maxlength="80" size="45" disabled id="cn">
{/render}
</td>
</tr>
</td>
<td>
{render acl=$descriptionACL}
- <input size="45" maxlength="80" value="{$description}" name="description" id="description" >
+ <input type='text' size="45" maxlength="80" value="{$description}" name="description" id="description" >
{/render}
</td>
</tr>
diff --git a/gosa-plugins/fai/admin/fai/faiScriptEntry.tpl b/gosa-plugins/fai/admin/fai/faiScriptEntry.tpl
index 8d41f95258828e09fd8e78c7fafda73138c533a5..4f21519459c00f863194c50aae733bd36a217518 100644 (file)
</td>
<td>
{render acl=$cnACL}
- <input value="{$cn}" size="45" maxlength="80" name="cn">
+ <input type='text' value="{$cn}" size="45" maxlength="80" name="cn">
{/render}
</td>
</tr>
</td>
<td>
{render acl=$descriptionACL}
- <input size="45" maxlength="80" value="{$description}" name="description">
+ <input type='text' size="45" maxlength="80" value="{$description}" name="description">
{/render}
</td>
</tr>
diff --git a/gosa-plugins/fai/admin/fai/faiTemplate.tpl b/gosa-plugins/fai/admin/fai/faiTemplate.tpl
index 4321f4694bc8650ed8b3048620c7610fe5a1ec50..70976e06da843857d3201dff9625411517d7f708 100644 (file)
</td>
<td>
{render acl=$cnACL}
- <input value="{$cn}" size="45" maxlength="80" disabled id="cn">
+ <input type='text' value="{$cn}" size="45" maxlength="80" disabled id="cn">
{/render}
</td>
</tr>
</td>
<td>
{render acl=$descriptionACL}
- <input value="{$description}" size="45" maxlength="80" name="description" id="description">
+ <input type='text' value="{$description}" size="45" maxlength="80" name="description" id="description">
{/render}
</td>
</tr>
diff --git a/gosa-plugins/fai/admin/fai/faiVariable.tpl b/gosa-plugins/fai/admin/fai/faiVariable.tpl
index e9f5214c8c88c795a67a51b17c2e5267422beacb..e27176d7c79d483cd99377d4ef3238709bf57ffd 100644 (file)
</td>
<td>
{render acl=$cnACL}
- <input value="{$cn}" size="45" maxlength="80" disabled id="cn">
+ <input type='text' value="{$cn}" size="45" maxlength="80" disabled id="cn">
{/render}
</td>
</tr>
</td>
<td>
{render acl=$descriptionACL}
- <input size="45" maxlength="80" value="{$description}" name="description" id="description">
+ <input type='text' size="45" maxlength="80" value="{$description}" name="description" id="description">
{/render}
</td>
</tr>
diff --git a/gosa-plugins/fai/admin/fai/faiVariableEntry.tpl b/gosa-plugins/fai/admin/fai/faiVariableEntry.tpl
index 8e794995dcf516487e9b23227ac3b5d4fde3d9a4..adb1e1a330e9b05a46bafcdd2ac51ee66bd71031 100644 (file)
</td>
<td>
{render acl=$cnACL}
- <input value="{$cn}" size="45" maxlength="80" name="cn">
+ <input type='text' value="{$cn}" size="45" maxlength="80" name="cn">
{/render}
</td>
</tr>
</td>
<td>
{render acl=$descriptionACL}
- <input value="{$description}" size="45" maxlength="80" name="description">
+ <input type='text' value="{$description}" size="45" maxlength="80" name="description">
{/render}
</td>
</tr>
diff --git a/gosa-plugins/glpi/admin/systems/services/glpi/glpi_devices.tpl b/gosa-plugins/glpi/admin/systems/services/glpi/glpi_devices.tpl
index 0c962b6f52a743cabbed0fafe300acda663d983f..a19c122a691b2191524a173882fcd75bd46d2240 100644 (file)
<td>{t}Name{/t}
</td>
<td>
- <input name="name" value="{$name}">
+ <input type='text' name="name" value="{$name}">
</td>
</tr>
<tr>
<td style="vertical-align:top;">{t}Monitor size{/t}
</td>
<td>
- <input name="size" value="{$size}"> {t}Inch{/t}
+ <input type='text' name="size" value="{$size}"> {t}Inch{/t}
</td>
</tr>
</table>
<td style="vertical-align:top;">{t}Serial number{/t}
</td>
<td>
- <input name="serial" value="{$serial}">
+ <input type='text' name="serial" value="{$serial}">
</td>
</tr>
<tr>
<td style="vertical-align:top;">{t}Additional serial number{/t}
</td>
<td>
- <input name="otherserial" value="{$otherserial}">
+ <input type='text' name="otherserial" value="{$otherserial}">
</td>
</tr>
</table>
<td>{t}Name{/t}
</td>
<td>
- <input name="designation" value="{$designation}">
+ <input type='text' name="designation" value="{$designation}">
</td>
</tr>
<tr>
<td>{t}Name{/t}
</td>
<td>
- <input name="designation" value="{$designation}">
+ <input type='text' name="designation" value="{$designation}">
</td>
</tr>
<tr>
<td>{t}Power{/t}
</td>
<td>
- <input name="power" value="{$power}">
+ <input type='text' name="power" value="{$power}">
</td>
</tr>
</table>
<td>{t}Name{/t}
</td>
<td>
- <input name="designation" value="{$designation}">
+ <input type='text' name="designation" value="{$designation}">
</td>
</tr>
<tr>
<td>{t}Ram{/t}
</td>
<td>
- <input name="ram" value="{$ram}">
+ <input type='text' name="ram" value="{$ram}">
</td>
</tr>
</table>
<td>{t}Name{/t}
</td>
<td>
- <input name="designation" value="{$designation}">
+ <input type='text' name="designation" value="{$designation}">
</td>
</tr>
<tr>
<td>{t}Name{/t}
</td>
<td>
- <input name="designation" value="{$designation}">
+ <input type='text' name="designation" value="{$designation}">
</td>
</tr>
<tr>
<td>{t}Name{/t}
</td>
<td>
- <input name="designation" value="{$designation}">
+ <input type='text' name="designation" value="{$designation}">
</td>
</tr>
<tr>
<td>{t}Name{/t}
</td>
<td>
- <input name="designation" value="{$designation}">
+ <input type='text' name="designation" value="{$designation}">
</td>
</tr>
<tr>
<td>{t}Name{/t}
</td>
<td>
- <input name="designation" value="{$designation}">
+ <input type='text' name="designation" value="{$designation}">
</td>
</tr>
<tr>
<td>{t}Name{/t}
</td>
<td>
- <input name="designation" value="{$designation}">
+ <input type='text' name="designation" value="{$designation}">
</td>
</tr>
<tr>
<td>{t}Name{/t}
</td>
<td>
- <input name="designation" value="{$designation}">
+ <input type='text' name="designation" value="{$designation}">
</td>
</tr>
<tr>
<td>{t}Name{/t}
</td>
<td>
- <input name="designation" value="{$designation}">
+ <input type='text' name="designation" value="{$designation}">
</td>
</tr>
<tr>
<td>{t}Name{/t}
</td>
<td>
- <input name="designation" value="{$designation}">
+ <input type='text' name="designation" value="{$designation}">
</td>
</tr>
<tr>
diff --git a/gosa-plugins/glpi/admin/systems/services/glpi/glpi_edit_cartridge_type.tpl b/gosa-plugins/glpi/admin/systems/services/glpi/glpi_edit_cartridge_type.tpl
index af1c8f3bd420aec958d51bf59c87758c12b285bc..a945f234ec91b04e408e6505928c8859421cd52e 100644 (file)
<select name="select_type_cartridge" size="12" style="width:100%">
{html_options values=$PrinterTypeKeys output=$PrinterTypes}
</select><br>
- <input name="cartridge_type_string">
+ <input type='text' name="cartridge_type_string">
<input type="submit" name="add_cartridge_type" value="{msgPool type=addButton}" >
<input type="submit" name="rename_cartridge_type" value="{t}Rename{/t}" >
<input type="submit" name="del_cartridge_type" value="{msgPool type=delButton}" >
diff --git a/gosa-plugins/glpi/admin/systems/services/glpi/glpi_edit_os.tpl b/gosa-plugins/glpi/admin/systems/services/glpi/glpi_edit_os.tpl
index 339626cdefb32c2417ff7808f1343ab0651794cc..a309e93fc7274a05646697422fe99e77bda3e55d 100644 (file)
<select name="select_os" size="12" style="width:100%">
{html_options values=$OSKeys output=$OSs}
</select><br>
- <input name="is_string">
+ <input type='text' name="is_string">
<input type="submit" name="add_os" value="{msgPool type=addButton}" >
<input type="submit" name="rename_os" value="{t}Rename{/t}" >
<input type="submit" name="del_os" value="{msgPool type=delButton}" >
-->
</script>
{else}
-{t}Please enter a new name{/t} <input name="string" value="{$string}">
+{t}Please enter a new name{/t} <input type='text' name="string" value="{$string}">
<p class="seperator"> </p>
<p>
<div align="right" style="text-align: right;">
diff --git a/gosa-plugins/glpi/admin/systems/services/glpi/glpi_edit_printer_type.tpl b/gosa-plugins/glpi/admin/systems/services/glpi/glpi_edit_printer_type.tpl
index 59ffb61780f23d708e2eec4b48bc60483af96890..9bfded5b3b818b7cf5907d3fd3728da824522a76 100644 (file)
<select name="select_type" size="12" style="width:100%">
{html_options values=$PrinterTypeKeys output=$PrinterTypes}
</select><br>
- <input name="type_string">
+ <input type='text' name="type_string">
<input type="submit" name="add_type" value="{msgPool type=addButton}" >
<input type="submit" name="rename_type" value="{t}Rename{/t}" >
<input type="submit" name="del_type" value="{msgPool type=delButton}" >
{else}
- {t}Please enter a new name{/t} <input name="string" value="{$string}">
+ {t}Please enter a new name{/t} <input type='text' name="string" value="{$string}">
<p class="seperator"> </p>
<p>
<div align="right" style="text-align: right;">
diff --git a/gosa-plugins/glpi/admin/systems/services/glpi/glpi_edit_type.tpl b/gosa-plugins/glpi/admin/systems/services/glpi/glpi_edit_type.tpl
index 179d5dea7037e5383bfcf905c41ce5274d4c8eb8..7dd3fc63115983ac824d81a5f1fc9cf69207e4bf 100644 (file)
<select name="select_type" size="12" style="width:100%">
{html_options values=$SystemTypeKeys output=$SystemTypes}
</select><br>
- <input name="type_string">
+ <input type='text' name="type_string">
<input type="submit" name="add_type" value="{msgPool type=addButton}" >
<input type="submit" name="rename_type" value="{t}Rename{/t}" >
<input type="submit" name="del_type" value="{msgPool type=delButton}" >
-->
</script>
{else}
-{t}Please enter a new name{/t} <input name="string" value="{$string}">
+{t}Please enter a new name{/t} <input type='text' name="string" value="{$string}">
<p class="seperator"> </p>
<p>
<div align="right" style="text-align: right;">
diff --git a/gosa-plugins/glpi/admin/systems/services/glpi/goGlpiServer.tpl b/gosa-plugins/glpi/admin/systems/services/glpi/goGlpiServer.tpl
index d16fc28b83af4390ce62e2938ba311065a494f00..3570477d3a05383531ea5b9e4bf20460cd0ae230 100644 (file)
<td>{t}Logging DB user{/t}{$must}</td>
<td>
{render acl=$goGlpiAdminACL}
- <input name="goGlpiAdmin" id="goGlpiAdmin" size=30 maxlength=60 value="{$goGlpiAdmin}">
+ <input type='text' name="goGlpiAdmin" id="goGlpiAdmin" size=30 maxlength=60 value="{$goGlpiAdmin}">
{/render}
</td>
</tr>
<td>{t}Database{/t}{$must}</td>
<td>
{render acl=$goGlpiDatabaseACL}
- <input name="goGlpiDatabase" id="goGlpiDatabase" size=30 maxlength=60 value="{$goGlpiDatabase}">
+ <input type='text' name="goGlpiDatabase" id="goGlpiDatabase" size=30 maxlength=60 value="{$goGlpiDatabase}">
{/render}
</td>
</tr>
diff --git a/gosa-plugins/gofax/admin/systems/services/gofax/goFaxServer.tpl b/gosa-plugins/gofax/admin/systems/services/gofax/goFaxServer.tpl
index feff4233df1df45da58e2b4bfa0c47111a7befa4..e61965431e3158cfac05ce598367d52a4bbfac7e 100644 (file)
<td>{t}FAX DB user{/t}{$must}</td>
<td>
{render acl=$goFaxAdminACL}
- <input name="goFaxAdmin" size=30 maxlength=60 id="goFaxAdmin" value="{$goFaxAdmin}" >
+ <input type='text' name="goFaxAdmin" size=30 maxlength=60 id="goFaxAdmin" value="{$goFaxAdmin}" >
{/render}
</td>
</tr>
diff --git a/gosa-plugins/gofax/gofax/blocklists/generic.tpl b/gosa-plugins/gofax/gofax/blocklists/generic.tpl
index 157b29b7b84a9c1fc900dd0bcdc61598b1ee5ab4..917153847770e82306d2ab98e62739477f111d6a 100644 (file)
<td>
{render acl=$cnACL}
- <input name="cn" id="cn" size=25 maxlength=60 value="{$cn}" title="{t}Name of blocklist{/t}">
+ <input type='text' name="cn" id="cn" size=25 maxlength=60 value="{$cn}" title="{t}Name of blocklist{/t}">
{/render}
</td>
</tr>
<td><LABEL for="description">{t}Description{/t}</LABEL></td>
<td>
{render acl=$descriptionACL}
- <input name="description" id="description" size=25 maxlength=80 value="{$description}" title="{t}Descriptive text for this blocklist{/t}">
+ <input type='text' name="description" id="description" size=25 maxlength=80 value="{$description}" title="{t}Descriptive text for this blocklist{/t}">
{/render}
</td>
</tr>
{/render}
<br>
{render acl=$goFaxBlocklistACL}
- <input id="number" name="number" size=25 maxlength=60 >
+ <input type='text' id="number" name="number" size=25 maxlength=60 >
{/render}
{render acl=$goFaxBlocklistACL}
<input type=submit value="{msgPool type=addButton}" name="add_number">
diff --git a/gosa-plugins/gofax/gofax/blocklists/paste_generic.tpl b/gosa-plugins/gofax/gofax/blocklists/paste_generic.tpl
index ac4cef9721758c5d3bc4f88e34a64aa159ce8a98..089c4f1a40bc536b4c6d5c72244e03e9c13aa8f2 100644 (file)
<tr>
<td><LABEL for="cn">{t}List name{/t}</LABEL></td>
<td>
- <input name="cn" id="cn" size=25 maxlength=60 value="{$cn}" title="{t}Name of blocklist{/t}">
+ <input type='text' name="cn" id="cn" size=25 maxlength=60 value="{$cn}" title="{t}Name of blocklist{/t}">
</td>
</tr>
</table>
diff --git a/gosa-plugins/gofax/gofax/faxaccount/generic.tpl b/gosa-plugins/gofax/gofax/faxaccount/generic.tpl
index 3e8ae65df0d1f6b93835ea00c8b4e4db5f5addac..db0408f6f934ac22d5fc47effb84f5f7b5e71aed 100644 (file)
<td><label for="facsimileTelephoneNumber">{t}Fax{/t}</label>{$must}</td>
<td>
{if $multiple_support}
- <input name="dummy1" value="{t}Multiple edit{/t}" disabled id="facsimileTelephoneNumber">
+ <input type='text' name="dummy1" value="{t}Multiple edit{/t}" disabled id="facsimileTelephoneNumber">
{else}
{render acl=$facsimileTelephoneNumberACL}
<input name="facsimileTelephoneNumber" id="facsimileTelephoneNumber" size=20 maxlength=65
{/render}
<label for="mail">{t}Deliver fax as mail to{/t}</label>
{render acl=$faxtomailACL checkbox=$multiple_support checked=$use_mail}
- <input name="mail" id="mail" size=25 maxlength=65 value="{$mail}" class="center">
+ <input type='text' name="mail" id="mail" size=25 maxlength=65 value="{$mail}" class="center">
{/render}
{else}
{render acl=$faxtomailACL checkbox=$multiple_support checked=$use_faxtomail}
{/render}
<br>
{render acl=$facsimileAlternateTelephoneNumberACL}
- <input name="forward_address" size=20 align="middle" maxlength=65 value="">
+ <input type='text' name="forward_address" size=20 align="middle" maxlength=65 value="">
{/render}
{render acl=$facsimileAlternateTelephoneNumberACL}
<input type=submit value="{msgPool type=addButton}" name="add_alternate">
diff --git a/gosa-plugins/gofax/gofax/faxaccount/lists.tpl b/gosa-plugins/gofax/gofax/faxaccount/lists.tpl
index 87bbae4413eaed6ffa968bf6bdb3ca9913335c8d..4e5f5871935c848ad8895039d8c020246f439cc3 100644 (file)
<option disabled> </option>
</select>
<br>
- <input name="block_number" size=25 align="middle" maxlength=30 value="">
+ <input type='text' name="block_number" size=25 align="middle" maxlength=30 value="">
<input type=submit value="{msgPool type=addButton}" name="add_blocklist_number" >
<input type=submit value="{msgPool type=delButton}" name="delete_blocklist_number" >
</td>
diff --git a/gosa-plugins/gofax/gofax/faxreports/contents.tpl b/gosa-plugins/gofax/gofax/faxreports/contents.tpl
index 197c5b8c8a5bf6937bb1e073dbfb5071913379dd..c41f024eaa162b310de68e52edc6cce9615c4a9b 100644 (file)
<div class="contentboxb">
<p class="contentboxb" style="border-top:1px solid #B0B0B0; padding-top:5px;">
<img class="center" alt="" align="middle" border=0 src="{$search_image}"> {t}Search for{/t}
- <input name="search_for" size=25 maxlength=60 value="{$search_for}" title="{t}Enter user name to search for{/t}" onChange="mainform.submit()">
+ <input type='text' name="search_for" size=25 maxlength=60 value="{$search_for}" title="{t}Enter user name to search for{/t}" onChange="mainform.submit()">
{t}in{/t}
<select size="1" name="search_base" title="{t}Select subtree to base search on{/t}" onChange="mainform.submit()">
{html_options options=$bases selected=$base_select}
diff --git a/gosa-plugins/gofon/admin/ogroups/gofon/phonequeue.tpl b/gosa-plugins/gofon/admin/ogroups/gofon/phonequeue.tpl
index 166256d6a3d0e60594892b69e5fa02dbad72a65f..d3bdc61a45dedbb310d75cba4559a7183faff48a 100644 (file)
<tr>
<td colspan=2>
{render acl=$telephoneNumberACL}
- <input name="phonenumber" size=20 align=middle maxlength=60 value="">
+ <input type='text' name="phonenumber" size=20 align=middle maxlength=60 value="">
{/render}
{render acl=$telephoneNumberACL}
<input type="submit" value="{msgPool type=addButton}" name="add_phonenumber" >
</td>
<td>
{render acl=$goFonTimeOutACL}
- <input name='goFonTimeOut' value='{$goFonTimeOut}'>
+ <input type='text' name='goFonTimeOut' value='{$goFonTimeOut}'>
{/render}
</td>
</tr>
</td>
<td>
{render acl=$goFonQueueRetryACL}
- <input name='goFonQueueRetry' value='{$goFonQueueRetry}'>
+ <input type='text' name='goFonQueueRetry' value='{$goFonQueueRetry}'>
{/render}
</td>
</tr>
</td>
<td>
{render acl=$goFonMaxLenACL}
- <input name='goFonMaxLen' value='{$goFonMaxLen}'>
+ <input type='text' name='goFonMaxLen' value='{$goFonMaxLen}'>
{/render}
</td>
</tr>
</td>
<td>
{render acl=$goFonAnnounceFrequencyACL}
- <input name='goFonAnnounceFrequency' value='{$goFonAnnounceFrequency}'>
+ <input type='text' name='goFonAnnounceFrequency' value='{$goFonAnnounceFrequency}'>
{/render}
{t}(in seconds){/t}
</td>
diff --git a/gosa-plugins/gofon/admin/systems/gofon/paste_generic.tpl b/gosa-plugins/gofon/admin/systems/gofon/paste_generic.tpl
index ebaf6c1d62237a756f18c645af0277a2d778add1..e875d3c879d43fd74bb47cfc23597362bc126e33 100644 (file)
<tr>
<td><LABEL for="cn">{t}Phone name{/t}</LABEL>{$must}</td>
<td>
- <input name="cn" id="cn" size=20 maxlength=60 value="{$cn}">
+ <input type='text' name="cn" id="cn" size=20 maxlength=60 value="{$cn}">
</td>
</tr>
</table>
diff --git a/gosa-plugins/gofon/admin/systems/gofon/phone.tpl b/gosa-plugins/gofon/admin/systems/gofon/phone.tpl
index 246e810116be6fe0fa20113de47c187a741411af..691a06fe7b51bc82c79e2412e6b076d156b8871d 100644 (file)
<td><LABEL for="cn">{t}Phone name{/t}</LABEL>{$must}</td>
<td>
{render acl=$cnACL}
- <input id="cn" name="cn" size=20 maxlength=60 value="{$cn}">
+ <input type='text' id="cn" name="cn" size=20 maxlength=60 value="{$cn}">
{/render}
</td>
</tr>
<td><LABEL for="description">{t}Description{/t}</LABEL></td>
<td>
{render acl=$descriptionACL}
- <input name="description" id="description" size=25 maxlength=80 value="{$description}">
+ <input type='text' name="description" id="description" size=25 maxlength=80 value="{$description}">
{/render}
</td>
</tr>
diff --git a/gosa-plugins/gofon/admin/systems/gofon/phonesettings.tpl b/gosa-plugins/gofon/admin/systems/gofon/phonesettings.tpl
index c901e880bc1c4713934aad2e29a063d6eb48ab4c..6477d36c15b0e76859421fbd4685554f4d0a4a92 100644 (file)
</td>
<td>
{render acl=$goFonQualifyACL}
- <input id="goFonQualify" style="width:200px" name="goFonQualify" value="{$goFonQualify}" {$goFonQualifyUSED}>
+ <input type='text' id="goFonQualify" style="width:200px" name="goFonQualify" value="{$goFonQualify}" {$goFonQualifyUSED}>
{/render}
</td>
</tr>
</td>
<td>
{render acl=$goFonDefaultIPACL}
- <input id="goFonDefaultIP" style="width:200px" name="goFonDefaultIP" value="{$goFonDefaultIP}" {$goFonDefaultIPUSED}>
+ <input type='text' id="goFonDefaultIP" style="width:200px" name="goFonDefaultIP" value="{$goFonDefaultIP}" {$goFonDefaultIPUSED}>
{/render}
</td>
</tr>
</td>
<td>
{render acl=$goFonQualifyACL}
- <input id="goFonQualify" style="width:200px" name="goFonQualify" value="{$goFonQualify}" {$goFonQualifyUSED}>
+ <input type='text' id="goFonQualify" style="width:200px" name="goFonQualify" value="{$goFonQualify}" {$goFonQualifyUSED}>
{/render}
</td>
</tr>
</td>
<td>
{render acl=$goFonSecretACL}
- <input id="goFonSecret" style="width:200px" name="goFonSecret" value="{$goFonSecret}" {$goFonSecretUSED}>
+ <input type='text' id="goFonSecret" style="width:200px" name="goFonSecret" value="{$goFonSecret}" {$goFonSecretUSED}>
{/render}
</td>
</tr>
{t}GoFonInkeys{/t}
</td>
<td>
- <input style="width:200px" name="goFonInkeys" value="{$goFonInkeys}" {$goFonInkeysUSED}>
+ <input type='text' style="width:200px" name="goFonInkeys" value="{$goFonInkeys}" {$goFonInkeysUSED}>
</td>
</tr>
<tr>
{t}GoFonOutKeys{/t}
</td>
<td>
- <input style="width:200px" name="goFonOutkey" value="{$goFonOutkey}" {$goFonOutkeyUSED}>
+ <input type='text' style="width:200px" name="goFonOutkey" value="{$goFonOutkey}" {$goFonOutkeyUSED}>
</td>
</tr> -->
<tr>
</td>
<td>
{render acl=$goFonAccountCodeACL}
- <input id="goFonAccountCode" style="width:200px" name="goFonAccountCode" value="{$goFonAccountCode}" {$goFonAccountCodeUSED}>
+ <input type='text' id="goFonAccountCode" style="width:200px" name="goFonAccountCode" value="{$goFonAccountCode}" {$goFonAccountCodeUSED}>
{/render}
</td>
</tr>
{/render}
<br>
{render acl=$goFonPermitACL}
- <input name="goFonPermitNew" size=30 align="middle" maxlength="65" value="">
+ <input type='text' name="goFonPermitNew" size=30 align="middle" maxlength="65" value="">
{/render}
{render acl=$goFonPermitACL}
<input type=submit value="{msgPool type=addButton}" name="goFonPermitAdd">
{/render}
<br>
{render acl=$goFonDenyACL}
- <input name="goFonDenyNew" size=30 align="middle" maxlength="65" value="">
+ <input type='text' name="goFonDenyNew" size=30 align="middle" maxlength="65" value="">
{/render}
{render acl=$goFonDenyACL}
<input type=submit value="{msgPool type=addButton}" name="goFonDenyAdd">
<td>
<LABEL for="goFonMSN">{t}MSN{/t}</LABEL>
{render acl=$goFonMSNACL}
- <input id="goFonMSN" style="width:200px" name="goFonMSN" value="{$goFonMSN}" {$goFonMSNUSED}>
+ <input type='text' id="goFonMSN" style="width:200px" name="goFonMSN" value="{$goFonMSN}" {$goFonMSNUSED}>
{/render}
</td>
</tr>
diff --git a/gosa-plugins/gofon/admin/systems/services/gofon/goFonServer.tpl b/gosa-plugins/gofon/admin/systems/services/gofon/goFonServer.tpl
index 129625811b49315c80a54e1451b4f097f51ce8dc..3cd13e14fea3e85d6b1643ffc78b870e1c2cf54e 100644 (file)
<td>{t}Asterisk DB user{/t}{$must}</td>
<td>
{render acl=$goFonAdminACL}
- <input name="goFonAdmin" size=30 maxlength=60 id="goFonAdmin" value="{$goFonAdmin}">
+ <input type='text' name="goFonAdmin" size=30 maxlength=60 id="goFonAdmin" value="{$goFonAdmin}">
{/render}
</td>
</tr>
<td>{t}Country dial prefix{/t}{$must}</td>
<td>
{render acl=$goFonCountryCodeACL}
- <input name="goFonCountryCode" size=10 maxlength=30 id="goFonCountryCode" value="{$goFonCountryCode}">
+ <input type='text' name="goFonCountryCode" size=10 maxlength=30 id="goFonCountryCode" value="{$goFonCountryCode}">
{/render}
</td>
</tr>
<td>{t}Local dial prefix{/t}{$must}</td>
<td>
{render acl=$goFonAreaCodeACL}
- <input name="goFonAreaCode" size=10 maxlength=30 id="goFonAreaCode" value="{$goFonAreaCode}">
+ <input type='text' name="goFonAreaCode" size=10 maxlength=30 id="goFonAreaCode" value="{$goFonAreaCode}">
{/render}
</td>
</tr>
diff --git a/gosa-plugins/gofon/gofon/conference/generic.tpl b/gosa-plugins/gofon/gofon/conference/generic.tpl
index 901e5c080dd8846de2c15ca54414e7ee8f3dcaf0..83f25206a2f7e35b12e0d57e49c273b3bf78c478 100644 (file)
</td>
<td>
{render acl=$cnACL}
- <input id="cn" name="cn" size=25 maxlength=60 value="{$cn}" title="{t}Name of conference to create{/t}">
+ <input type='text' id="cn" name="cn" size=25 maxlength=60 value="{$cn}" title="{t}Name of conference to create{/t}">
{/render}
</td>
</tr>
</td>
<td>
{render acl=$goFonConferenceOptionLifetimeACL}
- <input name="goFonConferenceOptionLifetime" size=15 value="{$goFonConferenceOptionLifetime}">
+ <input type='text' name="goFonConferenceOptionLifetime" size=15 value="{$goFonConferenceOptionLifetime}">
{/render}
</td>
</tr>
</td>
<td>
{render acl=$telephoneNumberACL}
- <input name="telephoneNumber" value="{$telephoneNumber}" size=15>
+ <input type='text' name="telephoneNumber" value="{$telephoneNumber}" size=15>
{/render}
</td>
</tr>
diff --git a/gosa-plugins/gofon/gofon/conference/paste_generic.tpl b/gosa-plugins/gofon/gofon/conference/paste_generic.tpl
index fa72f3f24d14d0f161ac38a6c1ff99dc3df2b063..b6e7305458b040ffe1663e0c116b415cb354e498 100644 (file)
{$must}
</td>
<td>
- <input id="cn" name="cn" size=25 maxlength=60 value="{$cn}" title="{t}Name of conference to create{/t}">
+ <input type='text' id="cn" name="cn" size=25 maxlength=60 value="{$cn}" title="{t}Name of conference to create{/t}">
</td>
</tr>
<tr>
{$must}
</td>
<td>
- <input name="telephoneNumber" value="{$telephoneNumber}" size=15>
+ <input type='text' name="telephoneNumber" value="{$telephoneNumber}" size=15>
</td>
</tr>
</table>
diff --git a/gosa-plugins/gofon/gofon/fonreports/contents.tpl b/gosa-plugins/gofon/gofon/fonreports/contents.tpl
index ce2ae650832eb2a9c415b5d0078664d5ad324d4d..055006444c499b2df382a465eed48acc18899aa0 100644 (file)
<div class="contentboxb">
<p class="contentboxb" style="border-top:1px solid #B0B0B0; padding-top:5px;">
<img class="center" alt="" align="middle" border=0 src="{$search_image}"> {t}Search for{/t}
- <input name="search_for" size=25 maxlength=60 value="{$search_for}" title="{t}Enter user name to search for{/t}" onChange="mainform.submit()">
+ <input type='text' name="search_for" size=25 maxlength=60 value="{$search_for}" title="{t}Enter user name to search for{/t}" onChange="mainform.submit()">
{t}in{/t}
<select size="1" name="search_base" title="{t}Select subtree to base search on{/t}" onChange="mainform.submit()">
{html_options options=$bases selected=$base_select}
diff --git a/gosa-plugins/gofon/gofon/macro/generic.tpl b/gosa-plugins/gofon/gofon/macro/generic.tpl
index 02744c1bb975b068018d1a2ca9165db2246dd7c6..5fd717f0eb94bae8fec9ae0586f025ea1fd64a8d 100644 (file)
<td><LABEL for="cn">{t}Macro name{/t}</LABEL>{$must}</td>
<td>
{render acl=$cnACL}
- <input name="cn" id="id" size=13 maxlength=13 value="{$cn}" title="{t}Macro name{/t}">
+ <input type='text' name="cn" id="id" size=13 maxlength=13 value="{$cn}" title="{t}Macro name{/t}">
{/render}
</td>
</tr>
<td><LABEL for="description">{t}Description{/t}</LABEL></td>
<td>
{render acl=$descriptionACL}
- <input name="description" id="description" size=35 maxlength=80 value="{$description}">
+ <input type='text' name="description" id="description" size=35 maxlength=80 value="{$description}">
{/render}
</td>
</tr>
diff --git a/gosa-plugins/gofon/gofon/macro/paste_generic.tpl b/gosa-plugins/gofon/gofon/macro/paste_generic.tpl
index 0f5acf467120c04ab20f7333d115304ad4580ea5..f884a782c69d7d4ee4626677a0505d622b82c4c2 100644 (file)
<td>
<LABEL for="cn">{t}Macro name{/t}</LABEL>{$must}</td>
<td>
- <input name="cn" id="id" size=13 maxlength=13 value="{$cn}" title="{t}Macro name{/t}">
+ <input type='text' name="cn" id="id" size=13 maxlength=13 value="{$cn}" title="{t}Macro name{/t}">
</td>
</tr>
</table>
diff --git a/gosa-plugins/gofon/gofon/phoneaccount/generic.tpl b/gosa-plugins/gofon/gofon/phoneaccount/generic.tpl
index f92a3075115139b43b273a4990695497bb32be59..516aed18f1afeedb716ad762c1b6f7afb4fdf88f 100644 (file)
{/render}
<br>
{render acl=$telephoneNumberACL}
- <input name="phonenumber" size=20 align=middle maxlength=60 value="">
+ <input type='text' name="phonenumber" size=20 align=middle maxlength=60 value="">
{/render}
{render acl=$telephoneNumberACL}
<input type="submit" value="{msgPool type=addButton}" name="add_phonenumber">
diff --git a/gosa-plugins/gofon/gofon/phoneaccount/paste_generic.tpl b/gosa-plugins/gofon/gofon/phoneaccount/paste_generic.tpl
index 164948ba6b076b3cf62f4708a297c0ca68c65dba..fded71fd93519eae15923eacd1437639eaab7d9b 100644 (file)
<option disabled> </option>
</select>
<br>
- <input name="phonenumber" size=20 align=middle maxlength=60 value="">
+ <input type='text' name="phonenumber" size=20 align=middle maxlength=60 value="">
<input type="submit" value="{msgPool type=addButton}" name="add_phonenumber">
<input type="submit" value="{msgPool type=delButton}" name="delete_phonenumber">
</td>
diff --git a/gosa-plugins/goto/admin/applications/generic.tpl b/gosa-plugins/goto/admin/applications/generic.tpl
index 45299fdca1f034ff5fe34f9e7df16afa3f96010f..c5c9442ff7f20fc7b233559710581ecea162acb6 100644 (file)
<td><LABEL for="cn">{t}Application name{/t}{$must}</LABEL></td>
<td>
{render acl=$cnACL}
- <input id="cn" name="cn" size=25 maxlength=60 value="{$cn}" title="{t}Application name{/t}">
+ <input type='text' id="cn" name="cn" size=25 maxlength=60 value="{$cn}" title="{t}Application name{/t}">
{/render}
</td>
</tr>
<td><LABEL for="description">{t}Description{/t}</LABEL></td>
<td>
{render acl=$descriptionACL}
- <input id="description" name="description" size=35 maxlength=80 value="{$description}">
+ <input type='text' id="description" name="description" size=35 maxlength=80 value="{$description}">
{/render}
</td>
</tr>
diff --git a/gosa-plugins/goto/admin/systems/goto/ArpNewDevice.tpl b/gosa-plugins/goto/admin/systems/goto/ArpNewDevice.tpl
index 2bc7b3e7885e60b2ea8691aa3164f51427a98826..e8569a4487b673cf1c062ee21b31ee758e1f2a99 100644 (file)
</LABEL>
</td>
<td style='width:35%;border-right:1px solid #aaa'>
- <input name="cn" id="cn" size=18 maxlength=60 value="{$cn}">
+ <input type='text' name="cn" id="cn" size=18 maxlength=60 value="{$cn}">
</td>
<td style='width:15%'>
<LABEL for="description">
</LABEL>
</td>
<td style='width:35%'>
- <input name="description" id="description" size=18 maxlength=60 value="{$description}">
+ <input type='text' name="description" id="description" size=18 maxlength=60 value="{$description}">
</td>
</tr>
</table>
diff --git a/gosa-plugins/goto/admin/systems/goto/printer.tpl b/gosa-plugins/goto/admin/systems/goto/printer.tpl
index f8622bc58fb63991ca6c29bf69b604a2b5f186ba..7399574acd913b169829f84e0187265d91c66ac8 100644 (file)
<td><LABEL for="cn" >{t}Printer name{/t}</LABEL>{$must}</td>
<td>
{render acl=$cnACL}
- <input name="cn" id="cn" size=20 maxlength=60 value="{$cn}">
+ <input type='text' name="cn" id="cn" size=20 maxlength=60 value="{$cn}">
{/render}
</td>
</tr>
<td><LABEL for="description">{t}Description{/t}</LABEL></td>
<td>
{render acl=$descriptionACL}
- <input id="description" name="description" size=25 maxlength=80 value="{$description}">
+ <input type='text' id="description" name="description" size=25 maxlength=80 value="{$description}">
{/render}
</td>
</tr>
<td><LABEL for="l">{t}Printer location{/t}</LABEL></td>
<td>
{render acl=$lACL}
- <input id="l" name="l" size=30 maxlength=80 value="{$l}">
+ <input type='text' id="l" name="l" size=30 maxlength=80 value="{$l}">
{/render}
</td>
</tr>
<td><LABEL for="labeledURI">{t}Printer URL{/t}</LABEL>{$must}</td>
<td>
{render acl=$labeledURIACL}
- <input id="labeledURI" name="labeledURI" size=30 maxlength=80 value="{$labeledURI}">
+ <input type='text' id="labeledURI" name="labeledURI" size=30 maxlength=80 value="{$labeledURI}">
{/render}
</td>
</tr>
diff --git a/gosa-plugins/goto/admin/systems/goto/terminal.tpl b/gosa-plugins/goto/admin/systems/goto/terminal.tpl
index c27ea6ab9974c97d84baac057a6e47081d2b5c32..9b2fbcdd034018458ab5d58d5a417659517a0891 100644 (file)
<td><LABEL for="cn">{t}Terminal name{/t}</LABEL>{$must}</td>
<td>
{render acl=$cnACL}
- <input name="cn" id="cn" size=18 maxlength=60 value="{$cn}">
+ <input type='text' name="cn" id="cn" size=18 maxlength=60 value="{$cn}">
{/render}
</td>
{/if}
<td><LABEL for="description">{t}Description{/t}</LABEL></td>
<td>
{render acl=$descriptionACL}
- <input name="description" id="description" size=18 maxlength=60 value="{$description}">
+ <input type='text' name="description" id="description" size=18 maxlength=60 value="{$description}">
{/render}
</td>
</tr>
diff --git a/gosa-plugins/goto/admin/systems/goto/terminalStartup.tpl b/gosa-plugins/goto/admin/systems/goto/terminalStartup.tpl
index c2ce19b982fd5afbbe4da6cd55d7a20d812ff068..f529c62689e0bb6997a6ad92ea3f03a917f40913 100644 (file)
{/render}
<br>
{render acl=$gotoModulesACL}
- <input name="module" size=30 align=middle maxlength=30>
+ <input type='text' name="module" size=30 align=middle maxlength=30>
{/render}
{render acl=$gotoModulesACL}
<input type=submit value="{msgPool type=addButton}" name="add_module">
diff --git a/gosa-plugins/goto/admin/systems/goto/workstation.tpl b/gosa-plugins/goto/admin/systems/goto/workstation.tpl
index 2ea84bfe6844ff88e94baf32c59818468b24ddef..6551515bb82264a4e1c53fa3e5f2814285dbc5dc 100644 (file)
<td><LABEL for="cn">{t}Workstation name{/t}</LABEL>{$must}</td>
<td>
{render acl=$cnACL}
- <input name="cn" id="cn" size=18 maxlength=60 value="{$cn}">
+ <input type='text' name="cn" id="cn" size=18 maxlength=60 value="{$cn}">
{/render}
</td>
{/if}
<td><LABEL for="description">{t}Description{/t}</LABEL></td>
<td>
{render acl=$descriptionACL}
- <input name="description" id="description" size=18 maxlength=60 value="{$description}">
+ <input type='text' name="description" id="description" size=18 maxlength=60 value="{$description}">
{/render}
</td>
</tr>
<td><LABEL for="cn">{t}Location{/t}</LABEL></td>
<td>
{render acl=$lACL}
- <input name="l" id="l" size=18 maxlength=60 value="{$l}">
+ <input type='text' name="l" id="l" size=18 maxlength=60 value="{$l}">
{/render}
</td>
</tr>
diff --git a/gosa-plugins/goto/admin/systems/goto/workstationStartup.tpl b/gosa-plugins/goto/admin/systems/goto/workstationStartup.tpl
index a484dce7fdef5e2031754eaea2f2732475d05d2e..c2265cdd1946233e8bafee7c7606d4236fc6debe 100644 (file)
{/render}
<br>
{render acl=$gotoModulesACL}
- <input name="module" size=30 align=middle maxlength=30>
+ <input type='text' name="module" size=30 align=middle maxlength=30>
{/render}
{render acl=$gotoModulesACL}
<input type=submit value="{msgPool type=addButton}" name="add_module">
diff --git a/gosa-plugins/goto/admin/systems/services/kiosk/goKioskService.tpl b/gosa-plugins/goto/admin/systems/services/kiosk/goKioskService.tpl
index 7d9f0ca545c2d455236030ca03714067cf457a87..3f229f246c0f6dd0eb01484ab13dde99f49eeea1 100644 (file)
<input type="hidden" name="dialogissubmitted" value="1">
-{t}Server path{/t} <input name="server_path" style="width:300px;" value="{$server_path}">
+{t}Server path{/t} <input type='text' name="server_path" style="width:300px;" value="{$server_path}">
<br>
<br>
{render acl=$ThisACL}
diff --git a/gosa-plugins/heimdal/admin/systems/services/kerberos/goKrbServer.tpl b/gosa-plugins/heimdal/admin/systems/services/kerberos/goKrbServer.tpl
index 843ea9d3bf0e8f75b4a45f723d9c0f4456014735..c743a5b121bbbd2bf3f30541bc2716371112cbc1 100644 (file)
<table>
<tr>
<td>{t}Kerberos Realms{/t}</td>
- <td><input name="goKrbRealm" id="goKrbRealm" size=30 maxlength=60 value="{$goKrbRealm}"></td>
+ <td><input type='text' name="goKrbRealm" id="goKrbRealm" size=30 maxlength=60 value="{$goKrbRealm}"></td>
</tr>
</table>
</td>
diff --git a/gosa-plugins/kolab/personal/connectivity/kolab/kolab.tpl b/gosa-plugins/kolab/personal/connectivity/kolab/kolab.tpl
index 81b3a32b60e702cb6d1c7ac60d3bcb45fa13792a..ddee661e9844d9d361cb0817349021a873a16691 100644 (file)
<option disabled> </option>
</select>
<br>
- <input name="delegate_address" size=30 align=middle maxlength=60 value="" id="delegate_address">
+ <input type='text' name="delegate_address" size=30 align=middle maxlength=60 value="" id="delegate_address">
<input type=submit value="{msgPool type=addButton}" name="add_delegation" id="add_delegation">
<input type=submit value="{msgPool type=delButton}" name="delete_delegation" id="delete_delegation">
{/render}
<br>
{render acl=$kolabDelegateACL}
- <input name="delegate_address" size=30 align=middle maxlength=60 {if !$kolabState} disabled {/if} value="" id="delegate_address">
+ <input type='text' name="delegate_address" size=30 align=middle maxlength=60 {if !$kolabState} disabled {/if} value="" id="delegate_address">
{/render}
{render acl=$kolabDelegateACL}
<input type=submit value="{msgPool type=addButton}" name="add_delegation" {if !$kolabState} disabled {/if} id="add_delegation">
diff --git a/gosa-plugins/log/admin/systems/services/syslog/goLogDBServer.tpl b/gosa-plugins/log/admin/systems/services/syslog/goLogDBServer.tpl
index b2d5926fb40925f09694ca609c9e217c99d150e5..1b5bf2f3068542c4e9b0950bfa9418d204498101 100644 (file)
<td>{t}Logging DB user{/t}{$must}</td>
<td>
{render acl=$goLogAdminACL}
- <input name="goLogAdmin" id="goLogAdmin" size=30 maxlength=60 value="{$goLogAdmin}">
+ <input type='text' name="goLogAdmin" id="goLogAdmin" size=30 maxlength=60 value="{$goLogAdmin}">
{/render}
</td>
</tr>
diff --git a/gosa-plugins/mail/addons/mailqueue/contents.tpl b/gosa-plugins/mail/addons/mailqueue/contents.tpl
index 73d88529f3c12149daba7d10a4628b6064fcd06d..1cdc084bd2835f7ac3929cef1e5b310280bdba10 100644 (file)
<td>
<img class="center" alt="{t}Search{/t}" src="images/lists/search.png" align="middle" border="0">
{t}Search for{/t}
- <input name="search_for" size="12" maxlength="60" value="{$search_for}" title="{t}Please enter a search string here.{/t}" onchange="mainform.submit()">
+ <input type='text' name="search_for" size="12" maxlength="60" value="{$search_for}" title="{t}Please enter a search string here.{/t}" onchange="mainform.submit()">
in
<select size="1" name="p_server" title="{t}Select a server{/t}" onchange="mainform.submit()">
{html_options values=$p_serverKeys output=$p_servers selected=$p_server}
diff --git a/gosa-plugins/mail/admin/groups/mail/mail.tpl b/gosa-plugins/mail/admin/groups/mail/mail.tpl
index f1fac33ba52835edcf308f85a0dd5f0720fdafe4..f08e14d891c071ebaae90ebae508e57dfac35e3f 100644 (file)
<td><label for="mail">{t}Primary address{/t}</label>{$must}</td>
<td>
{if !$isModifyableMail && $initially_was_account}
- <input disabled size=30 value="{$mail}">
+ <input type='text' disabled size=30 value="{$mail}">
{else}
{if $domainSelectionEnabled}
{render acl=$mailACL}
@<input type='text' value="{$MailDomain}" name="MailDomain">
{else}
{render acl=$mailACL}
- <input id="mail" name="mail" size=35 maxlength=65 value="{$mail}">
+ <input type='text' id="mail" name="mail" size=35 maxlength=65 value="{$mail}">
{/render}
{/if}
{/if}
<td><label for="gosaMailServer">{t}Server{/t}</label></td>
<td>
{if !$isModifyableServer && $initially_was_account}
- <input disabled size=30 value="{$gosaMailServer}">
+ <input type='text' disabled size=30 value="{$gosaMailServer}">
{else}
{render acl=$gosaMailServerACL}
<select size="1" id="gosaMailServer" name="gosaMailServer"
{/render}
<br>
{render acl=$gosaMailAlternateAddressACL}
- <input name="alternate_address" size="30" align=middle maxlength="60" value="">
+ <input type='text' name="alternate_address" size="30" align=middle maxlength="60" value="">
{/render}
{render acl=$gosaMailAlternateAddressACL}
<br>
{render acl=$gosaMailForwardingAddressACL}
- <input name="forward_address" size=20 align=middle maxlength=65 value="">
+ <input type='text' name="forward_address" size=20 align=middle maxlength=65 value="">
{/render}
{render acl=$gosaMailForwardingAddressACL}
<input type=submit value="{msgPool type=addButton}" name="add_forwarder">
diff --git a/gosa-plugins/mail/admin/groups/mail/paste_mail.tpl b/gosa-plugins/mail/admin/groups/mail/paste_mail.tpl
index b8644252f36dab01220c5722afee2694f654875d..f3115f7b0e6e2009ea07764026f814042d848a85 100644 (file)
<option disabled> </option>
</select>
<br>
- <input name="alternate_address" size="30" align=middle maxlength="60" value="">
+ <input type='text' name="alternate_address" size="30" align=middle maxlength="60" value="">
<input type=submit value="{msgPool type=addButton}" name="add_alternate">
<input type=submit value="{msgPool type=delButton}" name="delete_alternate">
</td>
<option disabled> </option>
</select>
<br>
- <input name="forward_address" size=20 align=middle maxlength=65 value="">
+ <input type='text' name="forward_address" size=20 align=middle maxlength=65 value="">
<input type=submit value="{msgPool type=addButton}" name="add_forwarder">
<input type=submit value="{t}Add local{/t}" name="add_local_forwarder">
<input type=submit value="{msgPool type=delButton}" name="delete_forwarder">
diff --git a/gosa-plugins/mail/admin/ogroups/mail/mail.tpl b/gosa-plugins/mail/admin/ogroups/mail/mail.tpl
index a28d0ac048c258b8b971f428a763ef2398d33b60..1e3a1222a7af81fab6451581cfdcca166950fe0d 100644 (file)
<td><LABEL for="mail">{t}Primary address{/t}</LABEL>{$must}</td>
<td>
{render acl=$mailACL}
- <input id="mail" name="mail" size=50 maxlength=65 value="{$mail}" title="{t}Primary mail address for this distribution list{/t}">
+ <input type='text' id="mail" name="mail" size=50 maxlength=65 value="{$mail}" title="{t}Primary mail address for this distribution list{/t}">
{/render}
</td>
</tr>
diff --git a/gosa-plugins/mail/admin/systems/services/imap/goImapServer.tpl b/gosa-plugins/mail/admin/systems/services/imap/goImapServer.tpl
index a34d4263d2601a32d6c224dbb5ffc458c98ebfa7..588296654c415a402ac7b8026633f5f3fe859ef8 100644 (file)
</td>
<td>
{render acl=$goImapNameACL}
- <input name="goImapName" id="goImapName" size=40 maxlength=60 value="{$goImapName}" >
+ <input type='text' name="goImapName" id="goImapName" size=40 maxlength=60 value="{$goImapName}" >
{/render}
</td>
</tr>
</td>
<td>
{render acl=$goImapConnectACL}
- <input name="goImapConnect" id="goImapConnect" size=40 maxlength=100 value="{$goImapConnect}" >
+ <input type='text' name="goImapConnect" id="goImapConnect" size=40 maxlength=100 value="{$goImapConnect}" >
{/render}
</td>
</tr>
</td>
<td>
{render acl=$goImapAdminACL}
- <input name="goImapAdmin" id="goImapAdmin" size=30 maxlength=60 value="{$goImapAdmin}" >
+ <input type='text' name="goImapAdmin" id="goImapAdmin" size=30 maxlength=60 value="{$goImapAdmin}" >
{/render}
</td>
</tr>
</td>
<td>
{render acl=$goImapSieveServerACL}
- <input name="goImapSieveServer" id="goImapSieveServer" size=30 maxlength=60 value="{$goImapSieveServer}">
+ <input type='text' name="goImapSieveServer" id="goImapSieveServer" size=30 maxlength=60 value="{$goImapSieveServer}">
{/render}
</td>
</tr>
diff --git a/gosa-plugins/mail/admin/systems/services/virus/goVirusServer.tpl b/gosa-plugins/mail/admin/systems/services/virus/goVirusServer.tpl
index b495333889e4460c4ceba1fa202e9d7f0a4a5290..ab01c6ad94dd6093e55745000749c5738f693bdb 100644 (file)
</td>
<td>
{render acl=$avArchiveMaxFileSizeACL}
- <input name='avArchiveMaxFileSize' id='avArchiveMaxFileSize' value='{$avArchiveMaxFileSize}' {$avFlagsAState} >
+ <input type='text' name='avArchiveMaxFileSize' id='avArchiveMaxFileSize' value='{$avArchiveMaxFileSize}' {$avFlagsAState} >
{/render}
</td>
</tr>
</td>
<td>
{render acl=$avArchiveMaxRecursionACL}
- <input name='avArchiveMaxRecursion' id='avArchiveMaxRecursion' value='{$avArchiveMaxRecursion}' {$avFlagsAState} >
+ <input type='text' name='avArchiveMaxRecursion' id='avArchiveMaxRecursion' value='{$avArchiveMaxRecursion}' {$avFlagsAState} >
{/render}
</td>
</tr>
</td>
<td>
{render acl=$avArchiveMaxCompressionRatioACL}
- <input name='avArchiveMaxCompressionRatio' id='avArchiveMaxCompressionRatio' value='{$avArchiveMaxCompressionRatio}' {$avFlagsAState}>
+ <input type='text' name='avArchiveMaxCompressionRatio' id='avArchiveMaxCompressionRatio' value='{$avArchiveMaxCompressionRatio}' {$avFlagsAState}>
{/render}
</td>
</tr>
diff --git a/gosa-plugins/mail/personal/mail/copypaste.tpl b/gosa-plugins/mail/personal/mail/copypaste.tpl
index ead480817e4bd4f370e4f88ba534e5e54ab54ac9..8c8b3d0a7763e90f611753b468dd2c02aee9dc7b 100644 (file)
<table style="width:100%;">
<tr>
<td><label for="mail">{t}Primary address{/t}</label>{$must}</td>
- <td><input id="mail" name="mail" size=35 maxlength=65 value="{$mail}"></td>
+ <td><input type='text' id="mail" name="mail" size=35 maxlength=65 value="{$mail}"></td>
</tr>
<tr>
<td colspan="2">
<option disabled> </option>
</select>
<br>
- <input name="forward_address" size=20 align="middle" maxlength=65 value="">
+ <input type='text' name="forward_address" size=20 align="middle" maxlength=65 value="">
<input type="submit" value="{msgPool type=addButton}" name="add_forwarder" >
<input type="submit" value="{t}Add local{/t}" name="add_local_forwarder" >
<input type="submit" value="{msgPool type=delButton}" name="delete_forwarder" >
<option disabled> </option>
</select>
<br/>
- <input name="alternate_address" size="30" align="middle" maxlength="65" value="">
+ <input type='text' name="alternate_address" size="30" align="middle" maxlength="65" value="">
<input type=submit value="{msgPool type=addButton}" name="add_alternate">
<input type=submit value="{msgPool type=delButton}" name="delete_alternate">
</td>
diff --git a/gosa-plugins/mail/personal/mail/generic.tpl b/gosa-plugins/mail/personal/mail/generic.tpl
index 950004a47206a4d2b3394e755a440ba37f112e6f..f7999848f9f9fc387dd18e40df539c19722f2564 100644 (file)
<td><label for="mail">{t}Primary address{/t}</label>{$must}</td>
<td>
{if !$isModifyableMail && $initially_was_account}
- <input disabled size=30 value="{$mail}">
+ <input type='text' disabled size=30 value="{$mail}">
{else}
{if $domainSelectionEnabled}
{render acl=$mailACL}
- <input id="mail" name="mail" size=20 maxlength=65 value="{$mail}">
+ <input type='text' id="mail" name="mail" size=20 maxlength=65 value="{$mail}">
{/render}
@<select name='MailDomain'>
{html_options values=$MailDomains output=$MailDomains selected=$MailDomain}
</select>
{else}
{render acl=$mailACL}
- <input id="mail" name="mail" size=35 maxlength=65 value="{$mail}">
+ <input type='text' id="mail" name="mail" size=35 maxlength=65 value="{$mail}">
{/render}
{/if}
{/if}
<td><label for="gosaMailServer">{t}Server{/t}</label></td>
<td>
{if !$isModifyableServer && $initially_was_account}
- <input disabled size=30 value="{$gosaMailServer}">
+ <input type='text' disabled size=30 value="{$gosaMailServer}">
{else}
{render acl=$gosaMailServerACL}
</select>
<br />
{render acl=$gosaMailAlternateAddressACL}
- <input name="alternate_address" size="30" align="middle" maxlength="65" value="">
+ <input type='text' name="alternate_address" size="30" align="middle" maxlength="65" value="">
{/render}
{render acl=$gosaMailAlternateAddressACL}
<input type=submit value="{msgPool type=addButton}" name="add_alternate">
{/render}
<br>
{render acl=$gosaMailForwardingAddressACL}
- <input id='forward_address' name="forward_address" size=20 align="middle" maxlength=65 value="">
+ <input type='text' id='forward_address' name="forward_address" size=20 align="middle" maxlength=65 value="">
{/render}
{render acl=$gosaMailForwardingAddressACL}
<input id='add_forwarder' type="submit" value="{msgPool type=addButton}" name="add_forwarder" >
diff --git a/gosa-plugins/mit-krb5/admin/systems/services/kerberos/goKrbServer.tpl b/gosa-plugins/mit-krb5/admin/systems/services/kerberos/goKrbServer.tpl
index df9dcb017b85dc52a1cd010d6333e92917a6acc3..5c0a2605c133dd96ff09a7375d8f9d86f85fde67 100644 (file)
<tr>
<td>{t}Kerberos Realm{/t}{$must}</td>
{render acl=$goKrbRealmACL}
- <td><input name="goKrbRealm" id="goKrbRealm" size=30 maxlength=60 value="{$goKrbRealm}"></td>
+ <td><input type='text' name="goKrbRealm" id="goKrbRealm" size=30 maxlength=60 value="{$goKrbRealm}"></td>
{/render}
</tr>
</table>
diff --git a/gosa-plugins/nagios/personal/nagios/nagios.tpl b/gosa-plugins/nagios/personal/nagios/nagios.tpl
index e77529add7dda9d472de8f50263bb604993de858..6ed4a8b2f23d250e314d9a5ccc47f54b630427c9 100644 (file)
<td><label for="NagiosAlias">{t}Alias{/t}</label>{$must}</td>
<td>
{render acl=$NagiosAliasACL}
- <input id="NagiosAlias" name="NagiosAlias" size=25 maxlength=65 value="{$NagiosAlias}">
+ <input type='text' id="NagiosAlias" name="NagiosAlias" size=25 maxlength=65 value="{$NagiosAlias}">
{/render}
</td>
</tr>
<td><label for="NagiosMail">{t}Mail address{/t}</label>{$must}</td>
<td>
{render acl=$NagiosMailACL}
- <input id="NagiosMail" name="NagiosMail" size=25 maxlength=65 value="{$NagiosMail}">
+ <input type='text' id="NagiosMail" name="NagiosMail" size=25 maxlength=65 value="{$NagiosMail}">
{/render}
</td>
</tr>
</td>
<td>
{render acl=$NagiosPagerACL}
- <input id="NagiosPager" name="NagiosPager" size=25 maxlength=65 value="{$NagiosPager}">
+ <input type='text' id="NagiosPager" name="NagiosPager" size=25 maxlength=65 value="{$NagiosPager}">
{/render}
</td>
</tr>
</td>
<td>
{render acl=$ServiceNotificationCommandsACL}
- <input id="ServiceNotificationCommands" disabled name="ServiceNotificationCommands" size=25 maxlength=65 value="{$ServiceNotificationCommands}">
+ <input type='text' id="ServiceNotificationCommands" disabled name="ServiceNotificationCommands" size=25 maxlength=65 value="{$ServiceNotificationCommands}">
{/render}
</td>
</tr>
</td>
<td>
{render acl=$HostNotificationCommandsACL}
- <input id="HostNotificationCommands" disabled name="HostNotificationCommands" size=25 maxlength=65 value="{$HostNotificationCommands}">
+ <input type='text' id="HostNotificationCommands" disabled name="HostNotificationCommands" size=25 maxlength=65 value="{$HostNotificationCommands}">
{/render}
</td>
</tr>
diff --git a/gosa-plugins/openxchange/personal/connectivity/openxchange/oxchange.tpl b/gosa-plugins/openxchange/personal/connectivity/openxchange/oxchange.tpl
index 2bd204907c69f1a2cd7ba8e0af576921a5ce4c99..be79d7593ada790144673ab6a2722ef53c17c89c 100644 (file)
<td>
{render acl=$OXAppointmentDaysACL}
-<input name="OXAppointmentDays" id="OXAppointmentDays" size=7 maxlength=7 value="{$OXAppointmentDays}" {$oxState} >
+<input type='text' name="OXAppointmentDays" id="OXAppointmentDays" size=7 maxlength=7 value="{$OXAppointmentDays}" {$oxState} >
{/render}
{t}days{/t}</td>
</tr>
<td>
{render acl=$OXTaskDaysACL}
-<input name="OXTaskDays" id="OXTaskDays" size=7 maxlength=7 value="{$OXTaskDays}" {$oxState} >
+<input type='text' name="OXTaskDays" id="OXTaskDays" size=7 maxlength=7 value="{$OXTaskDays}" {$oxState} >
{/render}
{t}days{/t}
diff --git a/gosa-plugins/pureftpd/personal/connectivity/pureftpd/pureftpd.tpl b/gosa-plugins/pureftpd/personal/connectivity/pureftpd/pureftpd.tpl
index 5558f54addf26275fc5a25d0da44f9f86b596a63..12edc240e3c2ba96e50ddaa4ccb2650d22a2a016 100644 (file)
<td>{t}Upload bandwidth{/t}</td>
<td>
{render acl=$FTPUploadBandwidthACL checkbox=$multiple_support checked=$use_FTPUploadBandwidth}
-<input name="FTPUploadBandwidth" id="FTPUploadBandwidth" size=7 maxlength=7 value="{$FTPUploadBandwidth}" {$fstate} >
+<input type='text' name="FTPUploadBandwidth" id="FTPUploadBandwidth" size=7 maxlength=7 value="{$FTPUploadBandwidth}" {$fstate} >
{/render}
{t}kb/s{/t}</td>
</tr>
<td>{t}Download bandwidth{/t}</td>
<td>
{render acl=$FTPDownloadBandwidthACL checkbox=$multiple_support checked=$use_FTPDownloadBandwidth}
-<input name="FTPDownloadBandwidth" id="FTPDownloadBandwidth" size=7 maxlength=7 value="{$FTPDownloadBandwidth}" {$fstate} >
+<input type='text' name="FTPDownloadBandwidth" id="FTPDownloadBandwidth" size=7 maxlength=7 value="{$FTPDownloadBandwidth}" {$fstate} >
{/render}
{t}kb/s{/t}</td>
</tr>
<td>{t}Files{/t}</td>
<td>
{render acl=$FTPQuotaFilesACL checkbox=$multiple_support checked=$use_FTPQuotaFiles}
-<input name="FTPQuotaFiles" id="FTPQuotaFiles" size=7 maxlength=10 value="{$FTPQuotaFiles}" {$fstate} >
+<input type='text' name="FTPQuotaFiles" id="FTPQuotaFiles" size=7 maxlength=10 value="{$FTPQuotaFiles}" {$fstate} >
{/render}
</td>
</tr>
<td>{t}Size{/t}</td>
<td>
{render acl=$FTPQuotaMBytesACL checkbox=$multiple_support checked=$use_FTPQuotaMBytes}
-<input name="FTPQuotaMBytes" id="FTPQuotaMBytes" size=7 maxlength=10 value="{$FTPQuotaMBytes}" {$fstate} >
+<input type='text' name="FTPQuotaMBytes" id="FTPQuotaMBytes" size=7 maxlength=10 value="{$FTPQuotaMBytes}" {$fstate} >
{/render}
{t}MB{/t}
</td>
<td>
{render acl=$FTPUploadRatioACL checkbox=$multiple_support checked=$use_FTPUploadRatio}
-<input name="FTPUploadRatio" id="FTPUploadRatio" size=5 maxlength=20 value="{$FTPUploadRatio}" {$fstate} >
+<input type='text' name="FTPUploadRatio" id="FTPUploadRatio" size=5 maxlength=20 value="{$FTPUploadRatio}" {$fstate} >
{/render}
/
{render acl=$FTPDownloadRatioACL checkbox=$multiple_support checked=$use_FTPDownloadRatio}
-<input name="FTPDownloadRatio" id="FTPDownloadRatio" size=5 maxlength=20 value="{$FTPDownloadRatio}" {$fstate} >
+<input type='text' name="FTPDownloadRatio" id="FTPDownloadRatio" size=5 maxlength=20 value="{$FTPDownloadRatio}" {$fstate} >
{/render}
</td>
</tr>
diff --git a/gosa-plugins/samba/admin/systems/samba/wingeneric.tpl b/gosa-plugins/samba/admin/systems/samba/wingeneric.tpl
index d7ac659c46faa055520fe5522eacbc268e20c00e..5d6bfa859b7913826fa57f92dd36464128bd7d73 100644 (file)
<td><LABEL for="cn">{t}Machine name{/t}</LABEL>{$must}</td>
<td>
{render acl=$cnACL}
- <input id="cn" name="cn" size=20 maxlength=60 value="{$cn}">
+ <input type='text' id="cn" name="cn" size=20 maxlength=60 value="{$cn}">
{/render}
</td>
</tr>
<td><LABEL for="description">{t}Description{/t}</LABEL></td>
<td>
{render acl=$descriptionACL}
- <input id="description" name="description" size=25 maxlength=80 value="{$description}">
+ <input type='text' id="description" name="description" size=25 maxlength=80 value="{$description}">
{/render}
</td>
</tr>
diff --git a/gosa-plugins/samba/personal/samba/samba3.tpl b/gosa-plugins/samba/personal/samba/samba3.tpl
index abbdb97b85a6216ab7f15a4f2bd61ab4a1f7ca7a..de68d122528ae880046f0123164f205f3b36a35a 100644 (file)
<td><label for="sambaHomePath">{t}Home directory{/t}</label></td>
<td>
{render acl=$sambaHomePathACL checkbox=$multiple_support checked=$use_sambaHomePath}
- <input id="sambaHomePath" name="sambaHomePath" size=30 maxlength=60 value="{$sambaHomePath}">
+ <input type='text' id="sambaHomePath" name="sambaHomePath" size=30 maxlength=60 value="{$sambaHomePath}">
{/render}
{render acl=$sambaHomeDriveACL checkbox=$multiple_support checked=$use_sambaHomeDrive}
<select size="1" name="sambaHomeDrive">
<td><label for="">{t}Script path{/t}</label></td>
<td>
{render acl=$sambaLogonScriptACL checkbox=$multiple_support checked=$use_sambaLogonScript}
- <input id="sambaLogonScript" name="sambaLogonScript" size=35 maxlength=60 value="{$sambaLogonScript}">
+ <input type='text' id="sambaLogonScript" name="sambaLogonScript" size=35 maxlength=60 value="{$sambaLogonScript}">
{/render}
</td>
</tr>
<td><label for="">{t}Profile path{/t}</label></td>
<td>
{render acl=$sambaProfilePathACL checkbox=$multiple_support checked=$use_sambaProfilePath}
- <input class="center" id="sambaProfilePath" name="sambaProfilePath" size=35 maxlength=60 value="{$sambaProfilePath}">
+ <input type='text' class="center" id="sambaProfilePath" name="sambaProfilePath" size=35 maxlength=60 value="{$sambaProfilePath}">
{/render}
</td>
</tr>
<td><label for="CtxWFHomeDir">{t}Home directory{/t}</label></td>
<td>
{render acl=$AllowLoginOnTerminalServerACL checkbox=$multiple_support checked=$use_CtxWFHomeDir}
- <input id="CtxWFHomeDir" name="CtxWFHomeDir" size=30 maxlength=60 value="{$CtxWFHomeDir}" {$tsloginstate}>
+ <input type='text' id="CtxWFHomeDir" name="CtxWFHomeDir" size=30 maxlength=60 value="{$CtxWFHomeDir}" {$tsloginstate}>
{/render}
{render acl=$AllowLoginOnTerminalServerACL checkbox=$multiple_support checked=$use_CtxWFHomeDirDrive}
<select size="1" id="CtxWFHomeDirDrive" name="CtxWFHomeDirDrive" {$tsloginstate}>
<td><label for="CtxWFProfilePath">{t}Profile path{/t}</label></td>
<td>
{render acl=$AllowLoginOnTerminalServerACL checkbox=$multiple_support checked=$use_CtxWFProfilePath}
- <input id="CtxWFProfilePath" name="CtxWFProfilePath" size=35 maxlength=60 value="{$CtxWFProfilePath}" {$tsloginstate}>
+ <input type='text' id="CtxWFProfilePath" name="CtxWFProfilePath" size=35 maxlength=60 value="{$CtxWFProfilePath}" {$tsloginstate}>
{/render}
</td>
</tr>
<td><label for="CtxInitialProgram">{t}Initial program{/t}</label></td>
<td>
{render acl=$AllowLoginOnTerminalServerACL checkbox=$multiple_support checked=$use_CtxInitialProgram}
- <input id="CtxInitialProgram" name="CtxInitialProgram" size=35 maxlength=60 value="{$CtxInitialProgram}" {$inheritstate} {$tsloginstate}>
+ <input type='text' id="CtxInitialProgram" name="CtxInitialProgram" size=35 maxlength=60 value="{$CtxInitialProgram}" {$inheritstate} {$tsloginstate}>
{/render}
</td>
</tr>
<td><label for="CtxWorkDirectory">{t}Working directory{/t}</label></td>
<td>
{render acl=$AllowLoginOnTerminalServerACL checkbox=$multiple_support checked=$use_CtxWorkDirectory}
- <input id="CtxWorkDirectory" name="CtxWorkDirectory" size=35 maxlength=60 value='{$CtxWorkDirectory}' {$inheritstate} {$tsloginstate}>
+ <input type='text' id="CtxWorkDirectory" name="CtxWorkDirectory" size=35 maxlength=60 value='{$CtxWorkDirectory}' {$inheritstate} {$tsloginstate}>
{/render}
</td>
</tr>
diff --git a/gosa-plugins/scalix/personal/scalix/generic.tpl b/gosa-plugins/scalix/personal/scalix/generic.tpl
index 0de1b069c4acd9c051a5460f28d379148e0aa405..44ef6b8b461dbde108ea3d8f3df99dc6d5618a42 100644 (file)
<td><label for="scalixMailnode">{t}Scalix mailnode{/t}</label>{$must}</td>
<td>
{render acl=$scalixMailnodeACL}
- <input id="scalixMailnode" name="scalixMailnode" size=35 maxlength=65 value="{$scalixMailnode}">
+ <input type='text' id="scalixMailnode" name="scalixMailnode" size=35 maxlength=65 value="{$scalixMailnode}">
{/render}
</td>
</tr>
<td><label for="scalixLimitMailboxSize">{t}Limit mailbox size{/t}</label></td>
<td>
{render acl=$scalixLimitMailboxSizeACL}
- <input id="scalixLimitMailboxSize" name="scalixLimitMailboxSize" size=5 maxlength=10 value="{$scalixLimitMailboxSize}"> {t}MB{/t}
+ <input type='text' id="scalixLimitMailboxSize" name="scalixLimitMailboxSize" size=5 maxlength=10 value="{$scalixLimitMailboxSize}"> {t}MB{/t}
{/render}
</td>
</tr>
{/render}
<br />
{render acl=$scalixEmailAddressACL}
- <input name="email_address" size="30" align="middle" maxlength="65" value="">
+ <input type='text' name="email_address" size="30" align="middle" maxlength="65" value="">
{/render}
{render acl=$scalixEmailAddressACL}
<input type=submit value="{msgPool type=addButton}" name="add_email">
diff --git a/gosa-plugins/scalix/personal/scalix/paste_generic.tpl b/gosa-plugins/scalix/personal/scalix/paste_generic.tpl
index 45700d367e32bf63da1eb992c46053846be92a51..39ba461fc9fce8f1f85955a847b76e84cca91bc3 100644 (file)
<option disabled> </option>
</select>
<br />
- <input name="email_address" size="30" align="middle" maxlength="65" value="">
+ <input type='text' name="email_address" size="30" align="middle" maxlength="65" value="">
<input type=submit value="{msgPool type=addButton}" name="add_email">
<input type=submit value="{msgPool type=delButton}" name="delete_email">
</td>
diff --git a/gosa-plugins/squid/personal/connectivity/squid/proxy.tpl b/gosa-plugins/squid/personal/connectivity/squid/proxy.tpl
index 4f6ac1ea70f0b701b3bd29daa74ba8edeaac405a..dd76ecc408372a0a1263679299b4bf27a00421dc 100644 (file)
<tr>
<td>
{render acl=$gosaProxyFlagBACL}
- <input name="quota_size" id="quota_size" size=7 maxlength=10 value="{$quota_size}" {if $Bstate!=""} disabled {/if} >
+ <input type='text' name="quota_size" id="quota_size" size=7 maxlength=10 value="{$quota_size}" {if $Bstate!=""} disabled {/if} >
{/render}
{render acl=$gosaProxyFlagBACL}
diff --git a/gosa-plugins/systems/admin/systems/component.tpl b/gosa-plugins/systems/admin/systems/component.tpl
index e9feb386d6dffdb71c90549edb80a271068a3785..cc84e5335e96a326d313b867c36feec3051d8b18 100644 (file)
<td><LABEL for="cn">{t}Device name{/t}</LABEL>{$must}</td>
<td>
{render acl=$cnACL}
- <input name="cn" id="cn" size=20 maxlength=60 value="{$cn}">
+ <input type='text' name="cn" id="cn" size=20 maxlength=60 value="{$cn}">
{/render}
</td>
</tr>
<td><LABEL for="description">{t}Description{/t}</LABEL></td>
<td>
{render acl=$descriptionACL}
- <input id="description" name="description" size=25 maxlength=80 value="{$description}">
+ <input type='text' id="description" name="description" size=25 maxlength=80 value="{$description}">
{/render}
</td>
</tr>
diff --git a/gosa-plugins/systems/admin/systems/network.tpl b/gosa-plugins/systems/admin/systems/network.tpl
index daf78637b79144404a72984252b9128c410ab9d6..01766a882f2c3c32370c3bd099650386af898b8f 100644 (file)
<td style='vertical-align:top;'><LABEL for="ipHostNumber">{t}IP-address{/t}{if $IPisMust}{$staticAddress}{/if}</LABEL></td>
<td>
{render acl=$ipHostNumberACL}
- <input id="ipHostNumber" name="ipHostNumber" size=25 maxlength=80 value="{$ipHostNumber}">
+ <input type='text' id="ipHostNumber" name="ipHostNumber" size=25 maxlength=80 value="{$ipHostNumber}">
{/render}
{foreach from=$additionalHostNumbers item=item key=key}
<br>
<td><LABEL for="macAddress">{t}MAC-address{/t}</LABEL>{$staticAddress}</td>
<td>
{render acl=$macAddressACL}
- <input name="macAddress" id="macAddress" size=25 maxlength=80 value="{$macAddress}">
+ <input type='text' name="macAddress" id="macAddress" size=25 maxlength=80 value="{$macAddress}">
{/render}
{render acl=$autonetACL}
diff --git a/gosa-plugins/systems/admin/systems/paste_generic.tpl b/gosa-plugins/systems/admin/systems/paste_generic.tpl
index 0778770a1ca1374214ec7ae17d8715efd6e90266..b8e403406253e3b4df0b1cc8c226aa17e06d79fe 100644 (file)
<tr>
<td><LABEL for="cn">{t}Server name{/t}</LABEL>{$must}</td>
<td>
- <input name="cn" id="cn" size=20 maxlength=60 value="{$cn}">
+ <input type='text' name="cn" id="cn" size=20 maxlength=60 value="{$cn}">
</td>
</tr>
</table>
<tr>
<td><LABEL for="cn">{t}workstation name{/t}</LABEL>{$must}</td>
<td>
- <input name="cn" id="cn" size=20 maxlength=60 value="{$cn}">
+ <input type='text' name="cn" id="cn" size=20 maxlength=60 value="{$cn}">
</td>
</tr>
</table>
<tr>
<td><LABEL for="cn">{t}Terminal name{/t}</LABEL>{$must}</td>
<td>
- <input name="cn" id="cn" size=20 maxlength=60 value="{$cn}">
+ <input type='text' name="cn" id="cn" size=20 maxlength=60 value="{$cn}">
</td>
</tr>
</table>
<tr>
<td><LABEL for="cn">{t}Printer name{/t}</LABEL>{$must}</td>
<td>
- <input name="cn" id="cn" size=20 maxlength=60 value="{$cn}">
+ <input type='text' name="cn" id="cn" size=20 maxlength=60 value="{$cn}">
</td>
</tr>
</table>
<tr>
<td><LABEL for="cn">{t}Component name{/t}</LABEL>{$must}</td>
<td>
- <input name="cn" id="cn" size=20 maxlength=60 value="{$cn}">
+ <input type='text' name="cn" id="cn" size=20 maxlength=60 value="{$cn}">
</td>
</tr>
</table>
diff --git a/gosa-plugins/systems/admin/systems/server.tpl b/gosa-plugins/systems/admin/systems/server.tpl
index c8224fcaaa9850391fac0c7dfc08a6eedc1270af..ca6419fc6d98ce32304ef4b4ff5aac39e4ffc793 100644 (file)
<td><LABEL for="cn">{t}Server name{/t}</LABEL>{$must}</td>
<td>
{render acl=$cnACL}
- <input name="cn" id="cn" size=20 maxlength=60 value="{$cn}">
+ <input type='text' name="cn" id="cn" size=20 maxlength=60 value="{$cn}">
{/render}
</td>
</tr>
<td><LABEL for="description">{t}Description{/t}</LABEL></td>
<td>
{render acl=$descriptionACL}
- <input name="description" id="description" size=25 maxlength=80 value="{$description}">
+ <input type='text' name="description" id="description" size=25 maxlength=80 value="{$description}">
{/render}
</td>
</tr>