summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 117992a)
raw | patch | inline | side by side (parent: 117992a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 10 Aug 2006 08:58:34 +0000 (08:58 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 10 Aug 2006 08:58:34 +0000 (08:58 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4463 594d385d-05f5-0310-b6e9-bd551577e9d8
index 1e5c4e18f7e22b5b1b09a4b6e5e40acde3240a41..ebf9a894fe54996c99e5d6f0404906cb14a8bc60 100644 (file)
</table>
<table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
<tr>
- <td width="18px">
+ <td width="18">
<img class="center" alt="" src="{$search_image}" align="middle" title="{t}Display numbers matching{/t}">
</td>
<td>
</table>
<table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
<tr>
- <td width="18px">
+ <td width="18">
<img class="center" alt="" src="{$usearch_image}" align="middle" title="{t}Display numbers of user{/t}">
</td>
<td>
diff --git a/plugins/personal/connectivity/pureftpd.tpl b/plugins/personal/connectivity/pureftpd.tpl
index 4fed279f39e72b6b80a809203dfdbad49e4ef38c..a769e157c465038d8733c110f4cb20bff5d3f6e9 100644 (file)
<td>{t}Upload bandwidth{/t}</td>
<td>
{render acl=$FTPUploadBandwidthACL}
-<input name="FTPUploadBandwidth" id="FTPUploadBandwidth" size=7 maxlength=7 value="{$FTPUploadBandwidth}" {$fstate}>
+<input 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}
-<input name="FTPDownloadBandwidth" id="FTPDownloadBandwidth" size=7 maxlength=7 value="{$FTPDownloadBandwidth}" {$fstate}>
+<input 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}
-<input name="FTPQuotaFiles" id="FTPQuotaFiles" size=7 maxlength=10 value="{$FTPQuotaFiles}" {$fstate}>
+<input name="FTPQuotaFiles" id="FTPQuotaFiles" size=7 maxlength=10 value="{$FTPQuotaFiles}" {$fstate} >
{/render}
</td>
</tr>
<td>{t}Size{/t}</td>
<td>
{render acl=$FTPQuotaMBytesACL}
-<input name="FTPQuotaMBytes" id="FTPQuotaMBytes" size=7 maxlength=10 value="{$FTPQuotaMBytes}" {$fstate}>
+<input name="FTPQuotaMBytes" id="FTPQuotaMBytes" size=7 maxlength=10 value="{$FTPQuotaMBytes}" {$fstate} >
{/render}
{t}MB{/t}
</td>
<td>
{render acl=$FTPUploadRatioACL}
-<input name="FTPUploadRatio" id="FTPUploadRatio" size=5 maxlength=20 value="{$FTPUploadRatio}" {$fstate}>
+<input name="FTPUploadRatio" id="FTPUploadRatio" size=5 maxlength=20 value="{$FTPUploadRatio}" {$fstate} >
{/render}
/
{render acl=$FTPDownloadRatioACL}
-<input name="FTPDownloadRatio" id="FTPDownloadRatio" size=5 maxlength=20 value="{$FTPDownloadRatio}" {$fstate}>
+<input name="FTPDownloadRatio" id="FTPDownloadRatio" size=5 maxlength=20 value="{$FTPDownloadRatio}" {$fstate} >
{/render}
</td>
</tr>
<tr>
<td>
{render acl=$FTPStatusACL}
-<input type=checkbox name="FTPStatus" id="FTPStatus" value="disabled" {$use_FTPStatus} title="{t}Check to disable FTP Access{/t}" {$fstate}>
+<input type=checkbox name="FTPStatus" id="FTPStatus" value="disabled" {$use_FTPStatus} title="{t}Check to disable FTP Access{/t}" {$fstate} >
{/render}
{t}Temporary disable FTP access{/t}</td>
</tr>
diff --git a/plugins/personal/environment/hotplugDialogNew.tpl b/plugins/personal/environment/hotplugDialogNew.tpl
index 9704ebeb63beabe6bece096edb529bb669271fb5..5a6fb3386c50e75dae912d81b44710739623c6aa 100644 (file)
<td>
<input type="text" value="{$HOT_id}" name="HOT_id" id="HOT_id">
</td>
- <td cols="2"> </td>
+ <td colspan="2"> </td>
</tr>
<tr>
<td><LABEL for="HOT_produkt">{t}Product ID{/t}</LABEL>{$must}
diff --git a/plugins/personal/generic/generic_picture.tpl b/plugins/personal/generic/generic_picture.tpl
index 2fe6069e4cdd918be7f5f0d0125df792747b7ac8..0e2b06cffe8f8f699d71c01969c0c98672dce3bd 100644 (file)
<table>
<tr>
<td width="147" height="200" bgcolor="gray">
- <img align="center" valign="center" border="0" width="100%" src="getbin.php?rand={$rand}" alt="{t}Personal picture{/t}">
+ <img class="center" border="0" width="100%" src="getbin.php?rand={$rand}" alt="{t}Personal picture{/t}">
</td>
</tr>
</table>