summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b44bac5)
raw | patch | inline | side by side (parent: b44bac5)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 20 Dec 2005 09:43:05 +0000 (09:43 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 20 Dec 2005 09:43:05 +0000 (09:43 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2354 594d385d-05f5-0310-b6e9-bd551577e9d8
index bc80a9035331ef636404a1f531447a6e2bb8304c..d772f503c6523f8dd769f8923105405f0aa07936 100644 (file)
<br>
</p>
<br>
-<table style='width:100%'>
+<table summary="" style='width:100%'>
<tr>
<td style='width:49%'>
- <table>
+ <table summary="">
<tr>
<td>
<input type=radio name="classSelector" value="1" checked>
<td style='border-left:1px solid #909090'>
</td>
<td>
- <table {$grey}>
+ <table summary="" {$grey}>
<tr>
<td>
<input type=radio name="classSelector" value="2" {$ClassNamesAvailable}>
</table>
<!--
-<table>
+<table summary="">
<tr>
<td>
<input type="submit" name="UseSelectedClass" value="{t}Use{/t}" {$ClassNamesAvailable}>
diff --git a/plugins/admin/fai/class_faiPartitionTableEntry.inc b/plugins/admin/fai/class_faiPartitionTableEntry.inc
index ed18b2614d953a5e8c7529f87275f8dff5938c12..219f62da77375c70383bb6f10945fc15e8b02cdc 100644 (file)
$FAIfsTypes = array("ext2","ext3","xfs","swap","reiserfs","dosfat16","winfat32");
/* Display Header */
- $str = "<table style='width:100%'>";
+ $str = "<table summary='' style='width:100%'>";
if (count($this->partitions)){
$str .= "<tr>";
$str .= "<td>"._("Type")."</td>";
index 5ca0eff5d56e5a07e2c9649219f4bfc6cd77d743..6c254b32b3d74e5a1a939d52e9f2b43ebc2da1dd 100644 (file)
<br>
<br>
</p>
-<table>
+<table summary="">
<tr>
<td height="30">
<b><LABEL for="release">{t}Following releases are available{/t}</LABEL></b>
index 68b5f14fcfe144f0f8bc1ca77e6041bde740e656..b2fcf49bd9813cb5d0a9845910690596af113c09 100644 (file)
-<table width="100%">
+<table width="100%" summary="">
<tr>
<td width="50%" valign="top">
<h2><img class="center" alt="" src="images/fai_small.png" align="middle" title="{t}Generic{/t}"> {t}Generic{/t}</h2>
</LABEL>
</td>
<td>
- <input value="{$cn}" size="45" maxsize="80" disabled id="cn">
+ <input value="{$cn}" size="45" maxlength="80" disabled id="cn">
</td>
</tr>
<tr>
</LABEL>
</td>
<td>
- <input value="{$description}" size="45" maxsize="80" {$description} name="description" id="description">
+ <input value="{$description}" size="45" maxlength="80" {$description} name="description" id="description">
</td>
</tr>
</table>
{t}Discs{/t}
</LABEL>
</h2>
- <table width="100%">
+ <table width="100%" summary="">
<tr>
<td>
<select name="disks" title="{t}Choose a disk to delete or edit{/t}" style="width:100%" size="20" id="SubObject">
diff --git a/plugins/admin/fai/faiPartitionTableEntry.tpl b/plugins/admin/fai/faiPartitionTableEntry.tpl
index 8fb8a46dd90dbda642aae01af446c30408562d85..df23a2ff664fbe3eb0a2788da8481e080e4bc828 100644 (file)
<input type="hidden" name="TableEntryFrameSubmitted" value="1">
<h2><img class="center" alt="" src="images/fai_partitionTable.png" align="middle" title="{t}Generic{/t}"> {t}Device{/t}</h2>
-<table style='width:100%'>
+<table style='width:100%' summary="">
<tr>
<td style='width:50%;border-right:1px solid #909090;'><LABEL for="DISK_cn">
{t}Name{/t}
</LABEL>{$must}
- <input value="{$DISK_cn}" size="45" maxsize="80" name="DISK_cn" id="DISK_cn">
+ <input value="{$DISK_cn}" size="45" maxlength="80" name="DISK_cn" id="DISK_cn">
</td>
<td><LABEL for="DISK_description">
{t}Description{/t}
</LABEL>
- <input value="{$DISK_description}" size="45" maxsize="80" name="DISK_description" id="DISK_description">
+ <input value="{$DISK_description}" size="45" maxlength="80" name="DISK_description" id="DISK_description">
</td>
</tr>
</table>
index 7f175708a692197ff8f36949749adad68f8e55c7..96a16034697c72de621d657a7cf05bc10c23c185 100644 (file)
<tr>
<td valign="top" width="50%">
<h2><img class="center" alt="" src="images/forward.png" align="middle" title="{t}Generic{/t}"> {t}Generic{/t}</h2>
- <table>
+ <table summary="">
<tr>
<td>
{t}Name{/t}{$must}
</td>
<td>
- <input value="{$cn}" size="45" maxsize="80" name="cn">
+ <input value="{$cn}" size="45" maxlength="80" name="cn">
</td>
</tr>
<tr>
{t}Description{/t}
</td>
<td>
- <input size="45" maxsize="80" value="{$description}" name="description">
+ <input size="45" maxlength="80" value="{$description}" name="description">
</td>
</tr>
</table>
</td>
<td valign="top">
<h2><img class="center" alt="" src="images/fai_script.png" align="middle" title="{t}Properties{/t}"> {t}Script attributes{/t}</h2>
- <table width="100%">
+ <table summary="" width="100%">
<tr>
<td>
<LABEL for="FAIpriority">
{t}Script{/t}
</LABEL>
</h2>
-<table width="99%">
+<table summary="" width="99%">
<tr>
<td>
<textarea name="FAIscript" style="width:100%;height:300px;" id="FAIscript">{$FAIscript}</textarea>
index c000db03fe141f71904d7a4989745b9506fe0c99..e14e993d36e6665268528218ed1779f2e13e50ad 100644 (file)
-<table width="100%">
+<table summary="" width="100%">
<tr>
<td valign="top" style="border-right:1px solid #A0A0A0; width:50%">
<h2><img class="center" alt="" src="images/fai_small.png" align="middle" title="{t}Generic{/t}"> {t}Generic{/t}</h2>
</LABEL>
</td>
<td>
- <input value="{$cn}" size="45" maxsize="80" disabled id="cn">
+ <input value="{$cn}" size="45" maxlength="80" disabled id="cn">
</td>
</tr>
<tr>
</LABEL>
</td>
<td>
- <input value="{$description}" size="45" maxsize="80" {$description} name="description" id="description">
+ <input value="{$description}" size="45" maxlength="80" {$description} name="description" id="description">
</td>
</tr>
</table>
{t}List of template files{/t}
</LABEL>
</h2>
- <table width="100%">
+ <table summary="" width="100%">
<tr>
<td>
<select name="SubObject" title="{t}Choose a template to delete or edit{/t}" style="width:100%;" size="20" id="SubObject">
index 04abf4b5996fddf6c85c86f90c5ef4df091af5c2..61da21f3a235126caa542ecfa3747fca94518b5f 100644 (file)
<tr>
<td width="50%">
{t}Name{/t}{$must}
- <input value="{$cn}" name="cn" size="45" maxsize="80">
+ <input value="{$cn}" name="cn" size="45" maxlength="80">
</td>
<td>
{t}Description{/t}
- <input size="45" maxsize="80" value="{$description}" name="description">
+ <input size="45" maxlength="80" value="{$description}" name="description">
</td>
</tr>
</table>
</tr>
<tr>
<td style="vertical-align:top;width:50%;border-right:1px solid #B0B0B0">
- <table>
+ <table summary="">
<tr>
<td style="vertical-align:top">
<LABEL for="FAItemplateFile">
</table>
</td>
<td>
- <table>
+ <table summary="">
<tr>
<td>
</tr><tr>
<td style="vertical-align:top">{t}Access{/t}{$must} </td>
<td>
- <table style="border:1px solid #B0B0B0">
+ <table summary="" style="border:1px solid #B0B0B0">
<colgroup width="55" span="3">
</colgroup>
<tr>
index c0525689f0657393dd23d62179bd1c6f19ca0c36..3f5fdbed3a776b44fa2929339fe62446fac6fb22 100644 (file)
-<table width="100%">
+<table summary="" width="100%">
<tr>
<td width="50%" valign="top">
<h2><img class="center" alt="" src="images/fai_small.png" align="middle" title="{t}Generic{/t}"> {t}Generic{/t}</h2>
</LABEL>
</td>
<td>
- <input value="{$cn}" size="45" maxsize="80" disabled id="cn">
+ <input value="{$cn}" size="45" maxlength="80" disabled id="cn">
</td>
</tr>
<tr>
</LABEL>
</td>
<td>
- <input size="45" maxsize="80" value="{$description}" {$description} name="description" id="description">
+ <input size="45" maxlength="80" value="{$description}" {$description} name="description" id="description">
</td>
</tr>
</table>
{t}List of assigned variables{/t}
</LABEL>
</h2>
- <table width="100%">
+ <table summary="" width="100%">
<tr>
<td>
<select name="SubObject" title="{t}Choose a variable to delete or edit{/t}" style="width:100%;" size="20" id="SubObject">
index 6714554f6ad6a522d29c5632200527c75819df77..9c7d7e60aaaf4106bbada7f33678f914e725d3cd 100644 (file)
<tr>
<td valign="top" width="50%">
<h2><img class="center" alt="" src="images/fai_small.png" align="middle" title="{t}Generic{/t}"> {t}Generic{/t}</h2>
- <table>
+ <table summary="">
<tr>
<td>
{t}Name{/t}{$must}
</td>
<td>
- <input value="{$cn}" size="45" maxsize="80" name="cn">
+ <input value="{$cn}" size="45" maxlength="80" name="cn">
</td>
</tr>
<tr>
{t}Description{/t}
</td>
<td>
- <input value="{$description}" size="45" maxsize="80" name="description">
+ <input value="{$description}" size="45" maxlength="80" name="description">
</td>
</tr>
</table>
</td>
<td valign="top">
<h2><img class="center" alt="" src="images/fai_variable.png" align="middle" title="{t}Variable attributes{/t}"> {t}Variable attributes{/t}</h2>
- <table width="100%">
+ <table summary="" width="100%">
<tr>
<td>
<LABEL for="Content">