summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8c09ec0)
raw | patch | inline | side by side (parent: 8c09ec0)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 9 Dec 2005 13:17:36 +0000 (13:17 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 9 Dec 2005 13:17:36 +0000 (13:17 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2273 594d385d-05f5-0310-b6e9-bd551577e9d8
55 files changed:
diff --git a/include/functions.inc b/include/functions.inc
index 635ec1c80aa253cb26e122892677014810e644a4..23413b8b931948c64137aff5e1046345f7398323 100644 (file)
--- a/include/functions.inc
+++ b/include/functions.inc
if ($start > 0 ) {
$output.=" <a href= \"main.php?plug=".validate($_GET['plug'])."&start=".
(($start-$range))."\">".
- "<img alt=\"\" src=\"images/back.png\" border=0 align=\"middle\"></a>";
+ "<img class=\"center\" alt=\"\" src=\"images/back.png\" border=0 align=\"middle\"></a>";
}
/* Draw pages */
if($start < ($dcnt-$range)) {
$output.=" <a href= \"main.php?plug=".validate($_GET['plug'])."&start=".
(($start+($range)))."\">".
- "<img alt=\"\" src=\"images/forward.png\" border=0 align=\"middle\"></a>";
+ "<img class=\"center\" alt=\"\" src=\"images/forward.png\" border=0 align=\"middle\"></a>";
}
if(($post_var)&&($numpages)){
diff --git a/plugins/addons/addressbook/class_addressbook.inc b/plugins/addons/addressbook/class_addressbook.inc
index 43cc8dde280e788c5e09f9b70caa84e6d6890022..40b1876ccf77422d255441f7a4fbd19dd7d0649a 100644 (file)
$this->telephone_list[$attrs['sn'][0].$attrs['dn']]=
- "<td class=\"phonelist\" title=\"".$attrs['sn'][0].", ".$attrs['givenName'][0]."\" onClick='location.href=\"main.php?plug=".validate($_GET['plug'])."&start=".validate($_GET['start'])."&show=".base64_encode($attrs['dn'])."\"'><a href=\"main.php?plug=".validate($_GET['plug'])."&start=".validate($_GET['start'])."&show=".base64_encode($attrs['dn'])."\">".$attrs['sn'][0].", ".$attrs['givenName'][0].
+ "<td class=\"phonelist\" title=\"".$attrs['sn'][0].", ".$attrs['givenName'][0]."\" onClick='location.href=\"main.php?plug=".validate($_GET['plug'])."&start=".validate($_GET['start'])."&show=".base64_encode($attrs['dn'])."\"'><a style='vertical-align:middle;' href=\"main.php?plug=".validate($_GET['plug'])."&start=".validate($_GET['start'])."&show=".base64_encode($attrs['dn'])."\">".$attrs['sn'][0].", ".$attrs['givenName'][0].
"</a>
</td>
<td title=\""._("Dial")." ".$attrs['telephoneNumber'][0]."\">
- <a href=\"main.php?plug=".validate($_GET['plug'])."&dial=telephoneNumber&start=".validate($_GET['start'])."&target=".base64_encode($attrs['dn'])."\">".$attrs['telephoneNumber'][0]."
+ <a style='vertical-align:middle;' href=\"main.php?plug=".validate($_GET['plug'])."&dial=telephoneNumber&start=".validate($_GET['start'])."&target=".base64_encode($attrs['dn'])."\">".$attrs['telephoneNumber'][0]."
</a>
</td>
<td title=\"".$attrs['facsimileTelephoneNumber'][0]."\">
".$attrs['facsimileTelephoneNumber'][0]."
</td>
<td title=\""._("Dial")." ".$attrs['mobile'][0]."\">
- <a href=\"main.php?plug=".validate($_GET['plug'])."&dial=mobile&start=".validate($_GET['start'])."&target=".base64_encode($attrs['dn'])."\">".$attrs['mobile'][0]."
+ <a style='vertical-align:middle;' href=\"main.php?plug=".validate($_GET['plug'])."&dial=mobile&start=".validate($_GET['start'])."&target=".base64_encode($attrs['dn'])."\">".$attrs['mobile'][0]."
</a>
</td>
<td title=\""._("Dial")." ".$attrs['homePhone'][0]."\">
- <a href=\"main.php?plug=".validate($_GET['plug'])."&dial=homePhone&start=".validate($_GET['start'])."&target=".base64_encode($attrs['dn'])."\">".$attrs['homePhone'][0]."
+ <a style='vertical-align:middle;' href=\"main.php?plug=".validate($_GET['plug'])."&dial=homePhone&start=".validate($_GET['start'])."&target=".base64_encode($attrs['dn'])."\">".$attrs['homePhone'][0]."
</a>
</td>
<td>
index 6be1965f3d9460150714fc35e7da61607c755812..072627c7a4831190d006c4679ae79fecfdb47e3d 100644 (file)
-<table summary="" style="table-layout:fixed; width:100%; vertical-align:top; text-align:left; table-layout:auto;" cellpadding=4>
+<table summary="" style="table-layout:fixed; width:100%; vertical-align:top; text-align:left; table-layout:auto;" cellpadding="4">
<tr>
<td style="vertical-align:top;">
- <table summary="" style="width:100%; vertical-align:top; text-align:left; border:1px solid #B0B0B0;" cellpadding=4 cellspacing=0 border=0 rules="cols">
+ <table summary="" style="width:100%; vertical-align:top; text-align:left; border:1px solid #B0B0B0;" cellpadding="4" cellspacing="0" border="0" rules="cols">
<colgroup>
<col width="32%">
<col width="14%">
{$search_result}
</table>
- <table summary="" style="vertical-align:top; text-align:center; width:100%;" cellpadding=4 cellspacing=0 border=0>
+ <table summary="" style="vertical-align:top; text-align:center; width:100%;" cellpadding="4" cellspacing="0" border="0">
<tr>
<td>{$range_selector}</td>
</tr>
</div>
<br>
<div class="contentboxh">
- <p class="contentboxh"><img src="{$actionimage}" align="right" alt="[a]">{t}Actions{/t}</p>
+ <p class="contentboxh" style="vertical-align:middle;"><img src="{$actionimage}" style="vertical-align:middle;" align="right" alt="[a]">{t}Actions{/t}</p>
</div>
<div class="contentboxb">
- <p class="contentboxb">
- <img alt="" src="{$add_image}" align=middle>
- <a href="main.php{$plug}&global=add">{t}Add entry{/t}</a><br>
+ <p class="contentboxb" style="vertical-align:middle;">
+ <img class="center" alt="" src="{$add_image}">
+ <a href="main.php{$plug}&global=add" style="text-align:center;vertical-align:middle;">{t}Add entry{/t}</a><br>
{if $internal eq 0}
- <img alt="" src="{$edit_image}" align=middle>
+ <img alt="" src="{$edit_image}" class="center">
<a href="main.php{$plug}&global=edit">{t}Edit entry{/t}</a><br>
- <img alt="" src="{$delete_image}" align=middle>
- <a href="main.php{$plug}&global=remove">{t}Remove entry{/t}</a><br>
+ <img alt="" src="{$delete_image}" class="center">
+ <a href="main.php{$plug}&global=remove" style="vertical-align:middle;">{t}Remove entry{/t}</a><br>
{/if}
</p>
</div>
<table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
<tr>
<td>
-<input type=checkbox name="organizational" value="1" {$organizational} onClick="mainform.submit()" title="{t}Select to see regular users{/t}">{t}Show organizational entries{/t}<br>
- <input type=checkbox name="global" value="1" {$global} onClick="mainform.submit()" title="{t}Select to see users in addressbook{/t}">{t}Show addressbook entries{/t}<br>
+<input type="checkbox" name="organizational" value="1" {$organizational} onClick="mainform.submit()" title="{t}Select to see regular users{/t}">{t}Show organizational entries{/t}<br>
+ <input type="checkbox" name="global" value="1" {$global} onClick="mainform.submit()" title="{t}Select to see users in addressbook{/t}">{t}Show addressbook entries{/t}<br>
</td>
</tr>
</table>
<table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
<tr>
<td>
- <LABEL for="search_base"><img alt="" src="{$tree_image}" align=middle title='{t}Display results for department{/t}'></LABEL>
+ <label for="search_base"><img class="center" alt="" src="{$tree_image}" align=middle title='{t}Display results for department{/t}'></label>
</td>
<td>
<select name="search_base" style='width:99%' size="1" onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
<table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
<tr>
<td>
- <LABEL for="object_type"><img alt="" src="{$obj_image}" align=middle title='{t}Match object{/t}'></LABEL>
+ <label for="object_type"><img class="center" alt="" src="{$obj_image}" align=middle title='{t}Match object{/t}'></label>
</td>
<td>
<select id="object_type" style='width:99%' name="object_type" size="1" onChange="mainform.submit()" title="{t}Choose the object that will be searched in{/t}">
</table>
<table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
<tr>
- <td><LABEL for="search_for"><img alt="" src="{$search_image}" align=middle title='{t}Search for{/t}'></LABEL>
+ <td><label for="search_for"><img class="center" alt="" src="{$search_image}" style="text-align:center;" title='{t}Search for{/t}'></label>
</td>
<td>
<input id="search_for" style='width:99%' type='text' name='search_for' maxlength='20' value='{$search_for}' title='{t}Search string{/t}' onChange="mainform.submit()">
index 502bcc773d678ea7a5851d8ca54f133d9f1b0066..bb62fc3ef4732b8b1192c7951d1c514457254278 100644 (file)
<td width="33%">
<table summary="">
<tr>
- <td><img alt="" align="middle" border=0 src="{$server_image}"> <LABEL FOR="host">{t}Show hosts{/t}</LABEL></td>
+ <td><img class="center" alt="" align="middle" border=0 src="{$server_image}"> <LABEL FOR="host">{t}Show hosts{/t}</LABEL></td>
<td>
<select id="host" name="host" size=1 onChange="mainform.submit()">
{html_options options=$hostlist selected=$host}
</td>
</tr>
<tr>
- <td><img alt="" align="middle" border=0 src="{$log_image}"> <LABEL for="log_level">{t}Log level{/t}</label></td>
+ <td><img class="center" alt="" align="middle" border=0 src="{$log_image}"> <LABEL for="log_level">{t}Log level{/t}</label></td>
<td>
<select id="log_level" name="log_level" size=1 onChange="mainform.submit()">
{html_options options=$loglevellist selected=$log_level}
<td width="33%">
<table summary="">
<tr>
- <td><img alt="" align="middle" border=0 src="{$time_image}"> <LABEL for="time" >{t}Time interval{/t}</LABEL></td>
+ <td><img class="center" alt="" align="middle" border=0 src="{$time_image}"> <LABEL for="time" >{t}Time interval{/t}</LABEL></td>
<td>
<select id="time" name="time" size=1 onChange="mainform.submit()">
{html_options options=$tilist selected=$time}
</td>
</tr>
<tr>
- <td><img alt="" align="middle" border=0 src="{$search_image}"> <LABEL for="regex">{t}Search for{/t}</LABEL></td>
+ <td><img class="center" alt="" align="middle" border=0 src="{$search_image}"> <LABEL for="regex">{t}Search for{/t}</LABEL></td>
<td><input id="regex" name="regex" size=25 maxlength=60 value="{$regex}" title="{t}Enter string to search for{/t}"></td>
</tr>
</table>
<td>
<table summary="" width="100%">
<tr>
- <td><img alt="" align="middle" border=0 src="{$ruleset_image}"> <LABEL for="edit_rules">{t}Ruleset{/t}</LABEL></td>
+ <td><img class="center" alt="" align="middle" border=0 src="{$ruleset_image}"> <LABEL for="edit_rules">{t}Ruleset{/t}</LABEL></td>
<td width="100%">
<input id="edit_rules" name="edit_rules" type="submit" value="{t}Edit{/t}" disabled>
</td>
index bcf70bb5964979df548b14d44b1bf6193af49f31..d9cfd0e5896f1098dbc79e2631cf5279a2197000 100644 (file)
<table width="100%">
<tr>
<td>
- <img alt="{t}Search{/t}" src="images/search.png" align="middle" border="0">
+ <img class="center" alt="{t}Search{/t}" src="images/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()">
in
document.mainform.header_id.value='{$entries[$key].MailID}';
document.mainform.submit();">
{if $entries[$key].Active == true}
- <img src="images/mailq_active.png" border=0 alt="{t}Active{/t}">
+ <img class="center" src="images/mailq_active.png" border=0 alt="{t}Active{/t}">
{/if}
{$entries[$key].MailID}</td>
<td titel="{$entries[$key].Error}">{$entries[$key].Error}</td>
<td style="text-align:right">
<a href="{$plug}&act=del&id={$entries[$key].MailID}&server={$entries[$key].Server}">
- <img src="images/edittrash.png" border=0 alt="{t}delete{/t}" title="{t}Delete this message{/t}">
+ <img class="center" src="images/edittrash.png" border=0 alt="{t}delete{/t}" title="{t}Delete this message{/t}">
</a>
{if $entries[$key].Hold == true}
<a href="{$plug}&act=unhold&id={$entries[$key].MailID}&server={$entries[$key].Server}">
- <img src="images/mailq_unhold.png" border=0 alt="{t}unhold{/t}" title="{t}Release message{/t}">
+ <img class="center" src="images/mailq_unhold.png" border=0 alt="{t}unhold{/t}" title="{t}Release message{/t}">
</a>
{else}
<a href="{$plug}&act=hold&id={$entries[$key].MailID}&server={$entries[$key].Server}">
- <img src="images/mailq_hold.png" border=0 alt="{t}hold{/t}" title="{t}Hold message{/t}">
+ <img class="center" src="images/mailq_hold.png" border=0 alt="{t}hold{/t}" title="{t}Hold message{/t}">
</a>
{/if}
<a href="{$plug}&act=requeue&id={$entries[$key].MailID}&server={$entries[$key].Server}">
- <img src="images/mailq_requeue.png" border=0 alt="{t}requeue{/t}" title="{t}Requeue this message{/t}">
+ <img class="center" src="images/mailq_requeue.png" border=0 alt="{t}requeue{/t}" title="{t}Requeue this message{/t}">
</a>
<a href="{$plug}&act=header&id={$entries[$key].MailID}&server={$entries[$key].Server}">
- <img src="images/mailq_header.png" border=0 alt="{t}header{/t}" title="{t}Display header from this message{/t}">
+ <img class="center" src="images/mailq_header.png" border=0 alt="{t}header{/t}" title="{t}Display header from this message{/t}">
</a>
</td>
</tr>
index 55e42fe57379995d4e6751ccf9e884f1e39eed43..aeb92d87c2bbf2a523579139898e910e90dec451 100644 (file)
<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
<tr>
<td style="vertical-align:top; width:50%">
- <h2><img alt="" align="middle" src="images/rightarrow.png"> {t}Properties{/t}</h2>
+ <h2><img class="center" alt="" align="middle" src="images/rightarrow.png"> {t}Properties{/t}</h2>
<table summary="">
<tr>
</td>
<td>
- <h2><img alt="" align="middle" src="images/house.png"> {t}Location{/t}</h2>
+ <h2><img class="center" alt="" align="middle" src="images/house.png"> {t}Location{/t}</h2>
<table summary="" style="width:100%">
<tr>
index 02ad5f946395854cffb7e5f23b136e50674cf74a..b821e5310e57cf68c9ea781dff9b4f6d45937072 100644 (file)
<table width="100%">
<tr>
<td width="50%" valign="top">
- <h2><img alt="" src="images/fai_small.png" align="middle" title="{t}Generic{/t}"> {t}Generic{/t}</h2>
+ <h2><img class="center" alt="" src="images/fai_small.png" align="middle" title="{t}Generic{/t}"> {t}Generic{/t}</h2>
<table summary="" cellspacing="4">
<tr>
<td>
</td>
<td>
- <h2><img alt="" src="images/fai_hook.png" align="middle" title="{t}Objects{/t}">
+ <h2><img class="center" alt="" src="images/fai_hook.png" align="middle" title="{t}Objects{/t}">
<LABEL for="SubObject">
{t}List of hook scripts{/t}
</LABEL>
index d8ac19650dc2dc63c58f055a7f05b591db3e72ce..8607540d3a9dc912d527d3208f9c80836f8b02c1 100644 (file)
<table width="100%" summary="">
<tr>
<td valign="top" width="50%">
- <h2><img alt="" src="images/forward.png" align="middle" title="{t}Generic{/t}"> {t}Generic{/t}</h2>
+ <h2><img class="center" alt="" src="images/forward.png" align="middle" title="{t}Generic{/t}"> {t}Generic{/t}</h2>
<table>
<tr>
<td>
</td>
<td style="vertical-align:top">
- <h2><img alt="" src="images/fai_hook.png" align="middle" title="{t}Hook attributes{/t}"> {t}Hook attributes{/t}</h2>
+ <h2><img class="center" alt="" src="images/fai_hook.png" align="middle" title="{t}Hook attributes{/t}"> {t}Hook attributes{/t}</h2>
<table width="100%">
<tr>
<td>
<p class="seperator"> </p>
-<h2><img alt="" src="images/fai_hook.png" align="middle" title="{t}Hook attributes{/t}">
+<h2><img class="center" alt="" src="images/fai_hook.png" align="middle" title="{t}Hook attributes{/t}">
<LABEL for="FAIscript">
{t}Script{/t}
</LABEL>
index 99b946090f9f48f348c20300d755961a3b9ddbc4..55c3da7d0b73aa7778ff8c2973b4e4ad4c2c199f 100644 (file)
<table width="100%">
<tr>
<td width="50%" valign="top" style="border-right:1px solid #A0A0A0">
- <h2><img alt="" src="images/forward.png" align="middle" title="{t}Generic{/t}"> {t}Generic{/t}</h2>
+ <h2><img class="center" alt="" src="images/forward.png" align="middle" title="{t}Generic{/t}"> {t}Generic{/t}</h2>
<table summary="" cellspacing="4">
<tr>
<td>
</table>
</td>
<td width="50%" valign="top">
- <h2><img alt="" src="images/network.png" align="middle" title="{t}Repository{/t}"> {t}Repository{/t}</h2>
+ <h2><img class="center" alt="" src="images/network.png" align="middle" title="{t}Repository{/t}"> {t}Repository{/t}</h2>
<table summary="" cellspacing="4">
<tr>
<td>
<table width="99%">
<tr>
<td>
- <h2><img alt="" src="images/fai_packages.png" align="middle" title="{t}Used packages{/t}"> {t}Used packages{/t}</h2>
+ <h2><img class="center" alt="" src="images/fai_packages.png" align="middle" title="{t}Used packages{/t}"> {t}Used packages{/t}</h2>
<br>
<select id="usedPackages" name="usedPackages" title="{t}Choosen packages{/t}" multiple style="width:100%;height:300px;">
{html_options options=$usedPackages}
diff --git a/plugins/admin/fai/faiPackageConfiguration.tpl b/plugins/admin/fai/faiPackageConfiguration.tpl
index aa9c511eef5ace5a1413f9d20ecde2bb52c0c110..db047590f5bf3298f5eaa3bfb237892b6d1e2935 100644 (file)
-<h1><img alt="" src="images/forward.png" align="middle" title="{t}Package{/t}"> {$headline}</h1>
+<h1><img class="center" alt="" src="images/forward.png" align="middle" title="{t}Package{/t}"> {$headline}</h1>
{$Config}
<p class="seperator"> </p>
<br>
index 846fce87574dd4b6543c5e487bef5b88f8a32d1c..68b5f14fcfe144f0f8bc1ca77e6041bde740e656 100644 (file)
<table width="100%">
<tr>
<td width="50%" valign="top">
- <h2><img alt="" src="images/fai_small.png" align="middle" title="{t}Generic{/t}"> {t}Generic{/t}</h2>
+ <h2><img class="center" alt="" src="images/fai_small.png" align="middle" title="{t}Generic{/t}"> {t}Generic{/t}</h2>
<table summary="" cellspacing="4">
<tr>
<td>
</td>
<td>
- <h2><img alt="" src="images/fai_partitionTable.png" align="middle" title="{t}Objects{/t}">
+ <h2><img class="center" alt="" src="images/fai_partitionTable.png" align="middle" title="{t}Objects{/t}">
<LABEL for="SubObject">
{t}Discs{/t}
</LABEL>
diff --git a/plugins/admin/fai/faiPartitionTableEntry.tpl b/plugins/admin/fai/faiPartitionTableEntry.tpl
index 95a9b1b6161550b0a608c0f4e1c87e2d13bfbcad..8fb8a46dd90dbda642aae01af446c30408562d85 100644 (file)
<input type="hidden" name="TableEntryFrameSubmitted" value="1">
-<h2><img alt="" src="images/fai_partitionTable.png" align="middle" title="{t}Generic{/t}"> {t}Device{/t}</h2>
+<h2><img class="center" alt="" src="images/fai_partitionTable.png" align="middle" title="{t}Generic{/t}"> {t}Device{/t}</h2>
<table style='width:100%'>
<tr>
<td style='width:50%;border-right:1px solid #909090;'><LABEL for="DISK_cn">
<br>
<p class="seperator"> </p>
<br>
-<h2><img alt="" src="images/editpaste.png" align="middle" title="{t}Partition entries{/t}"> {t}Partition entries{/t}</h2>
+<h2><img class="center" alt="" src="images/editpaste.png" align="middle" title="{t}Partition entries{/t}"> {t}Partition entries{/t}</h2>
{$setup}
<br>
<input type="submit" name="AddPartition" value="{t}Add partition{/t}" >
index 200b6be7151ebafc13453a4a4d81afcf8d637e7b..2d10b96f6f35451c7b7e27e92b17032e1f76659b 100644 (file)
<table width="100%">
<tr>
<td width="50%" valign="top">
- <h2><img alt="" src="images/forward.png" align="middle" title="{t}Generic{/t}"> {t}Generic{/t}</h2>
+ <h2><img class="center" alt="" src="images/forward.png" align="middle" title="{t}Generic{/t}"> {t}Generic{/t}</h2>
<table summary="" cellspacing="4">
<tr>
<td>
<table summary="" style="vertical-align:top; text-align:left;" cellpadding=4 width="100%">
<tr>
<td style="vertical-align:top;">
- <h2><img alt="" src="images/fai_template.png" align="middle" title="{t}Generic{/t}"> {t}FAI classes{/t}</h2>
+ <h2><img class="center" alt="" src="images/fai_template.png" align="middle" title="{t}Generic{/t}"> {t}FAI classes{/t}</h2>
<select name="FAIclass" title="{t}Choose a priority{/t}" size="20" style="width:100%;" multiple>
{html_options values=$FAIclasses output=$FAIclasses}
</select>
index cd04894026e87b36c71f071408cf4344ae331c55..c7b2a6eae719facfacd344ba3defaacf8a1ba121 100644 (file)
<table width="100%">
<tr>
<td width="50%" valign="top">
- <h2><img alt="" src="images/fai_small.png" align="middle" title="{t}Generic{/t}"> {t}Generic{/t}</h2>
+ <h2><img class="center" alt="" src="images/fai_small.png" align="middle" title="{t}Generic{/t}"> {t}Generic{/t}</h2>
<table summary="" cellspacing="4">
<tr>
<td>
</td>
<td>
- <h2><img alt="" src="images/fai_script.png" align="middle" title="{t}Objects{/t}">
+ <h2><img class="center" alt="" src="images/fai_script.png" align="middle" title="{t}Objects{/t}">
<LABEL for="SubObject">
{t}List of scripts{/t}
</LABEL>
index 4d8dc7899adb42724486d917df5794239063708d..7f175708a692197ff8f36949749adad68f8e55c7 100644 (file)
<table width="100%" summary="">
<tr>
<td valign="top" width="50%">
- <h2><img alt="" src="images/forward.png" align="middle" title="{t}Generic{/t}"> {t}Generic{/t}</h2>
+ <h2><img class="center" alt="" src="images/forward.png" align="middle" title="{t}Generic{/t}"> {t}Generic{/t}</h2>
<table>
<tr>
<td>
</td>
<td valign="top">
- <h2><img alt="" src="images/fai_script.png" align="middle" title="{t}Properties{/t}"> {t}Script attributes{/t}</h2>
+ <h2><img class="center" alt="" src="images/fai_script.png" align="middle" title="{t}Properties{/t}"> {t}Script attributes{/t}</h2>
<table width="100%">
<tr>
<td>
</tr>
</table>
<p class="seperator"> </p>
-<h2><img alt="" src="images/fai_script.png" align="middle" title="{t}Script attributes{/t}">
+<h2><img class="center" alt="" src="images/fai_script.png" align="middle" title="{t}Script attributes{/t}">
<LABEL for="FAIscript">
{t}Script{/t}
</LABEL>
index 58e38dfd2b4dbeb9c2783e89f1cfc16dc0ef959c..c000db03fe141f71904d7a4989745b9506fe0c99 100644 (file)
<table width="100%">
<tr>
<td valign="top" style="border-right:1px solid #A0A0A0; width:50%">
- <h2><img alt="" src="images/fai_small.png" align="middle" title="{t}Generic{/t}"> {t}Generic{/t}</h2>
+ <h2><img class="center" alt="" src="images/fai_small.png" align="middle" title="{t}Generic{/t}"> {t}Generic{/t}</h2>
<table summary="" cellspacing="4">
<tr>
<td>
</table>
</td>
<td style="width:50%">
- <h2><img alt="" src="images/fai_template.png" align="middle" title="{t}Objects{/t}">
+ <h2><img class="center" alt="" src="images/fai_template.png" align="middle" title="{t}Objects{/t}">
<LABEL for="SubObject">
{t}List of template files{/t}
</LABEL>
index 44827644f56990b935424f884c9549b81a454e69..04abf4b5996fddf6c85c86f90c5ef4df091af5c2 100644 (file)
<input type="hidden" name="SubObjectFormSubmitted" value="1">
-<h2><img alt="" src="images/forward.png" valign="middle" title="{t}Generic{/t}"> {t}Generic{/t}</h2>
+<h2><img class="center" alt="" src="images/forward.png" valign="middle" title="{t}Generic{/t}"> {t}Generic{/t}</h2>
<table width="100%" summary="">
<tr>
<td width="50%">
<table width="100%" summary="">
<tr>
- <td colspan=2><h2><img alt="" src="images/fai_template.png" valign="middle" title="{t}Template attributes{/t}"> {t}Template attributes{/t}</h2></td>
+ <td colspan=2><h2><img class="center" alt="" src="images/fai_template.png" valign="middle" title="{t}Template attributes{/t}"> {t}Template attributes{/t}</h2></td>
</tr>
<tr>
<td style="vertical-align:top;width:50%;border-right:1px solid #B0B0B0">
<td style="vertical-align:top">
{$status}
{if $FAItemplatePath}
- <a href="getbin.php?rand={$rand}"><img alt="{t}Save template{/t}..." title="{t}Save template{/t}..." src="images/save.png" border="0" align="center" /></a>
+ <a href="getbin.php?rand={$rand}"><img class="center" alt="{t}Save template{/t}..." title="{t}Save template{/t}..." src="images/save.png" border="0" align="center" /></a>
{/if}
<br>
<br>
index 4ed20adcc892be448d0c3eb056485469993f52e3..c0525689f0657393dd23d62179bd1c6f19ca0c36 100644 (file)
<table width="100%">
<tr>
<td width="50%" valign="top">
- <h2><img alt="" src="images/fai_small.png" align="middle" title="{t}Generic{/t}"> {t}Generic{/t}</h2>
+ <h2><img class="center" alt="" src="images/fai_small.png" align="middle" title="{t}Generic{/t}"> {t}Generic{/t}</h2>
<table summary="" cellspacing="4">
<tr>
<td>
</td>
<td>
- <h2><img alt="" src="images/fai_variable.png" align="middle" title="{t}Objects{/t}">
+ <h2><img class="center" alt="" src="images/fai_variable.png" align="middle" title="{t}Objects{/t}">
<LABEL for="SubObject">
{t}List of assigned variables{/t}
</LABEL>
index 6a7fa806ffdd7f292a999e09c9a5c332f6322b40..6714554f6ad6a522d29c5632200527c75819df77 100644 (file)
<table width="100%" summary="">
<tr>
<td valign="top" width="50%">
- <h2><img alt="" src="images/fai_small.png" align="middle" title="{t}Generic{/t}"> {t}Generic{/t}</h2>
+ <h2><img class="center" alt="" src="images/fai_small.png" align="middle" title="{t}Generic{/t}"> {t}Generic{/t}</h2>
<table>
<tr>
<td>
</td>
<td valign="top">
- <h2><img alt="" src="images/fai_variable.png" align="middle" title="{t}Variable attributes{/t}"> {t}Variable attributes{/t}</h2>
+ <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%">
<tr>
<td>
index 9e5f1c91a0b7011c863cd987cab4abbb7f77171e..19e6e2d1a7e9dd0815ab0bde91c14e0d8bc7dfd4 100644 (file)
<!-- Headline container -->
<tr>
<td style="width:50%; border-right:1px solid #A0A0A0; vertical-align:top">
- <h2><img alt="" align="middle" src="images/rightarrow.png"> {t}Generic{/t}</h2>
+ <h2><img class="center" alt="" align="middle" src="images/rightarrow.png"> {t}Generic{/t}</h2>
<table summary="">
<tr>
<td><LABEL for="mail">{t}Primary address{/t}</LABEL>{$must}</td>
</td>
<td style="vertical-align:top;padding-left:2px;">
- <h2><img alt="" align="middle" src="images/alternatemail.png"> {t}Alternative addresses{/t}</h2>
+ <h2><img class="center" alt="" align="middle" src="images/alternatemail.png"> {t}Alternative addresses{/t}</h2>
<select style="width:100%;" name="alternates_list[]" size=10 multiple title="{t}List of alternative mail addresses{/t}">
{html_options values=$gosaMailAlternateAddress output=$gosaMailAlternateAddress}
<option disabled> </option>
<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4 border=0>
<tr>
<td style="vertical-align:top;width:50%; border-right:1px solid #A0A0A0">
- <h2><img alt="" align="middle" src="images/members.png"> {t}IMAP shared folders{/t}</h2>
+ <h2><img class="center" alt="" align="middle" src="images/members.png"> {t}IMAP shared folders{/t}</h2>
<table summary="" cellpadding=0 border=0>
<tr>
</td>
<td style="vertical-align:top;width:50%">
- <h2><img alt="" align="middle" src="images/envelope.png"> {t}Forward messages to non group members{/t}</h2>
+ <h2><img class="center" alt="" align="middle" src="images/envelope.png"> {t}Forward messages to non group members{/t}</h2>
<select style="width:100%;" name="forwarder_list[]" size=10 multiple>
{html_options values=$gosaMailForwardingAddress output=$gosaMailForwardingAddress}
<option disabled> </option>
index 38c057504923885548d1ae0d57ff87cb4f169eb8..8039ab9920d26422f80a8d2a179dfdfc770f6dd1 100644 (file)
<!-- Headline container -->
<tr>
<td style="width:50%; vertical-align:top;">
- <h2><img alt="" align="middle" src="images/rightarrow.png"> {t}Mail distribution list{/t}</h2>
+ <h2><img class="center" alt="" align="middle" src="images/rightarrow.png"> {t}Mail distribution list{/t}</h2>
<table summary="">
<tr>
<td><LABEL for="mail">{t}Primary address{/t}</LABEL>{$must}</td>
index 3a397f2e35434b47fb893512ed38577458c1e217..95f7b52e49b278e362e3ca6defdb1476daa86b8d 100644 (file)
<table summary="{t}Queue Settings{/t}" style="width: 100%; vertical-align: top; text-align: left;" border="0" cellpadding="4">
<tr>
<td valign='top'>
- <h2><img alt="" src="images/select_phone.png" align="middle"> {t}Phone numbers{/t}</h2>
+ <h2><img class="center" alt="" src="images/select_phone.png" align="middle"> {t}Phone numbers{/t}</h2>
<table summary="">
<tr>
<td colspan=2>
</table>
</tr>
<tr>
- <td colspan=2><h2><img alt="" src="images/select_ogroup.png" align="middle"> {t}Options{/t}</h2></td>
+ <td colspan=2><h2><img class="center" alt="" src="images/select_ogroup.png" align="middle"> {t}Options{/t}</h2></td>
</tr>
<tr>
<td>
</td>
<td valign='top' style="border-left: 1px solid rgb(160, 160, 160);">
<h2>
- <img alt="" src="images/sound.png" align="middle">
+ <img class="center" alt="" src="images/sound.png" align="middle">
{t}Queue sound setup{/t}
</h2>
<table summary="{t}Generic queue Settings{/t}">
</td>
</tr>
<tr>
-<td colspan=2><h2 style='margin-bottom:0px;'><img alt="" src="images/select_ogroup.png" align="middle"> {t}Phone attributes {/t}</h2></td>
+<td colspan=2><h2 style='margin-bottom:0px;'><img class="center" alt="" src="images/select_ogroup.png" align="middle"> {t}Phone attributes {/t}</h2></td>
</tr>
<tr>
<td>
index ed3c529d7b6c5df0c7ebc8c65cd0771e8ddb42f9..6cbc7cc5028e52c5e61d377d9c94b7b535db75ed 100644 (file)
{t}All actions you choose here influence <b>all</b> machines in this object group. Be aware that rebooting machines may not make people happy who are currently working at these machines.{/t}
<p class="plugbottom" style="margin-bottom:0px; padding:0px;"> </p>
-<h2><img alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
+<h2><img class="center" alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
<table summary="">
<tr>
<td>
index dbca1607c8d3ede8e6ea7d57313f1d73062345ce..e088c595a96c0012e21608f16d2aa2f9f03e85fd 100644 (file)
-<h2><img alt="" align="middle" src="images/info_small.png"> {t}System information{/t}</h2>
+<h2><img class="center" alt="" align="middle" src="images/info_small.png"> {t}System information{/t}</h2>
<table summary="" style="width:100%;">
<tr>
<td style="vertical-align:top; width:50%">
{if $active eq "true"}
<br>
-<h2 style="border-top:1px solid #A0A0A0; padding-top:5px;"><img alt="" align="middle" src="images/lamp.png"> {t}System status{/t}</h2>
+<h2 style="border-top:1px solid #A0A0A0; padding-top:5px;"><img class="center" alt="" align="middle" src="images/lamp.png"> {t}System status{/t}</h2>
<table summary="" style="width:100%">
<tr>
<td style="vertical-align:top; width:50%">
index 6a7328997e9fd99da782cc2027adf0b7c9039f16..89c776ea3b973b48e97a3ae91176d066a4c1ccd0 100644 (file)
-<h2><img alt="" align="middle" src="images/network.png"> {t}Network settings{/t}</h2>
+<h2><img class="center" alt="" align="middle" src="images/network.png"> {t}Network settings{/t}</h2>
<table summary="" width="100%">
<tr>
index 310f204bfb7a42e37a928c3f27c10c6ce67d254c..6535df5520650047205ee0cedc68f72448f6b965 100644 (file)
-<h2><img alt="" align="middle" src="images/select_phone.png"> {t}Advanced phone settings{/t}</h2>
+<h2><img class="center" alt="" align="middle" src="images/select_phone.png"> {t}Advanced phone settings{/t}</h2>
<table summary="" style="width:100%" border=0>
<tr>
index f876a41226587dbbc5467643a088a73f5f6c250f..f911dacaacded3b938e32d8198369cb1736e53c2 100644 (file)
<p class="plugbottom" style="margin-bottom:0px; padding:0px;"> </p>
-<h2><img alt="" align="middle" src="images/closedlock.png"> {t}Permissions{/t}</h2>
+<h2><img class="center" alt="" align="middle" src="images/closedlock.png"> {t}Permissions{/t}</h2>
<table summary="" width="100%">
<tr>
<td style="border-right:1px solid #B0B0B0; width:50%">
diff --git a/plugins/admin/systems/printerPPDDialog.tpl b/plugins/admin/systems/printerPPDDialog.tpl
index 34579eeaabc5a31161184e60064c8d910ad2056f..fa276b42c7ad0631ca7f7a7bd8f66a629d92b450 100644 (file)
-<h2><img src="images/select_printer.png" align="middle"> {t}Printer driver{/t}</h2>
+<h2><img class="center" src="images/select_printer.png" align="middle"> {t}Printer driver{/t}</h2>
<table summary="" width="100%">
<tr>
<td width="50%" style="vertical-align:top">
</table>
{if $showOptions eq 1}
<p class="seperator"> </p>
-<h2><img src="images/lamp.png" align="middle"> {t}Options{/t}</h2>
+<h2><img class="center" src="images/lamp.png" align="middle"> {t}Options{/t}</h2>
{$properties}
{/if}
<p class="plugbottom">
diff --git a/plugins/admin/systems/selectUserToPrinterDialog.tpl b/plugins/admin/systems/selectUserToPrinterDialog.tpl
index aefe36130b4d6e5e92fa0c6aec6503c603f31b49..0d387ef4d3defb1292176638bc0e184dbe5146ab 100644 (file)
<table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
<tr>
<td>
- <label for="dspselectPrinter"><img alt="" src="{$tree_image}" align="middle" title="{t}Display members of department{/t}"></label>
+ <label for="dspselectPrinter"><img class="center" alt="" src="{$tree_image}" align="middle" title="{t}Display members of department{/t}"></label>
</td>
<td style="width:99%">
<select style="width:99%" name="depselectPrinter" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
<table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
<tr>
<td>
- <LABEL for='filter'><img alt="Search" src="{$search_image}" align="middle" title="{t}Display members matching{/t}">
+ <LABEL for='filter'><img class="center" alt="Search" src="{$search_image}" align="middle" title="{t}Display members matching{/t}">
</LABEL>
</td>
<td width="99%">
index 1edee572525f467d05b77897c0b71dbf6462a32f..4d632c1ff26aabc2055a03f9e0995c0d341f164d 100644 (file)
<p class="plugbottom" style="margin-bottom:0px; padding:0px;"> </p>
-<h2><img alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
+<h2><img class="center" alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
<table summary="">
<tr>
<td>
index d9d279973b8555854c05cc460e150808f26d0d65..47250de527b61340d4d034b5cf26bd53252ae8dc 100644 (file)
-<h2><img alt="" src="images/fai_partitionTable.png" align="middle"> {t}Edit share{/t}</h2>
+<h2><img class="center" alt="" src="images/fai_partitionTable.png" align="middle"> {t}Edit share{/t}</h2>
<table summary="{t}NFS setup{/t}" width="100%">
<tr>
<td width="45%">
index cf457831ebb6e7c4b0fbfcdd8c8deb71e23a7e36..1d657366878b4eb40a76113acb758d175f1dfac0 100644 (file)
-<h2><img alt="" align="middle" src="images/rightarrow.png"> {t}Properties{/t}</h2>
+<h2><img class="center" alt="" align="middle" src="images/rightarrow.png"> {t}Properties{/t}</h2>
<table summary="" style="width:100%;">
<tr>
<td style="width:50%; vertical-align:top;">
{include file="$netconfig"}
<p class="plugbottom" style="margin-bottom:0px; padding:0px;"> </p>
-<h2><img alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
+<h2><img class="center" alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
<table summary="">
<tr>
<td>
index d344c81eb6bfc218f880799e0b40297943cb8c7c..fc856c88853456b17c18795e722867802111ddee 100644 (file)
<table style="width:100%;" summary="">
<tr>
<td style="width:33%; vertical-align:top;">
- <h2><img alt="" align="middle" src="images/keyboard.png"> {t}Keyboard{/t}</h2>
+ <h2><img class="center" alt="" align="middle" src="images/keyboard.png"> {t}Keyboard{/t}</h2>
<table summary="">
<tr>
<td><LABEL for="gotoXKbModel">{t}Model{/t}</LABEL></td>
</td>
<td style="vertical-align:top;width:32%">
- <h2><img alt="" align="middle" src="images/mouse.png"> {t}Mouse{/t}</h2>
+ <h2><img class="center" alt="" align="middle" src="images/mouse.png"> {t}Mouse{/t}</h2>
<table summary="">
<tr>
<td><LABEL for="gotoXMouseType">{t}Type{/t}</LABEL></td>
</td>
<td style="vertical-align:top;width:33%">
- <h2><img alt="" align="middle" src="images/select_phone.png"> {t}Telephone hardware{/t}</h2>
+ <h2><img class="center" alt="" align="middle" src="images/select_phone.png"> {t}Telephone hardware{/t}</h2>
<table style="width:100%" border=0 summary="">
<tr>
<td>{t}Telephone{/t}
<tr><td colspan=5><p class="plugbottom" style="text-align:left;"></p></td></tr>
<tr>
<td style="width:33%;vertical-align:top;">
- <h2><img alt="" align="middle" src="images/hardware.png"> {t}Graphic device{/t}</h2>
+ <h2><img class="center" alt="" align="middle" src="images/hardware.png"> {t}Graphic device{/t}</h2>
<table summary="">
<tr>
<td><LABEL for="gotoXDriver">{t}Driver{/t}</LABEL></td>
</td>
<td style="width:32%; vertical-align:top;">
- <h2><img alt="" align="middle" src="images/display.png"> {t}Display device{/t}</h2>
+ <h2><img class="center" alt="" align="middle" src="images/display.png"> {t}Display device{/t}</h2>
<table summary="">
<tr>
<td>{t}Type{/t}</td>
</td>
<td style="width:33%; vertical-align:top;">
- <h2><img alt="" align="middle" src="images/server.png"> {t}Remote desktop{/t}</h2>
+ <h2><img class="center" alt="" align="middle" src="images/server.png"> {t}Remote desktop{/t}</h2>
<table summary="">
<tr>
<td></td>
<tr>
<td style="width:50%; vertical-align:top;">
- <h2><img alt="" align="middle" src="images/printer.png"><LABEL for="gotoLpdEnable"> {t}Print device{/t}</LABEL></h2>
+ <h2><img class="center" alt="" align="middle" src="images/printer.png"><LABEL for="gotoLpdEnable"> {t}Print device{/t}</LABEL></h2>
<input id="gotoLpdEnable" type=checkbox name="gotoLpdEnable" value="1" {$gotoLpdEnable} {$gotoLpdEnableACL} title="{t}Select to start IPP based printing service on terminal{/t}">
{t}Provide print services{/t}
<br>
</td>
<td style="vertical-align:top;">
- <h2><img alt="" align="middle" src="images/scanner.png"> {t}Scan device{/t}</h2>
+ <h2><img class="center" alt="" align="middle" src="images/scanner.png"> {t}Scan device{/t}</h2>
<input type=checkbox name="gotoScannerEnable" value="1" title="{t}Select to start SANE scan service on terminal{/t}" {$gotoScannerEnable} {$gotoScannerEnableACL}>
{t}Provide scan services{/t}
<br>
index 32e6e948ea88e7795007e3b1c506cf59c45d372b..b5c2af419ff7ffb420a6eea777271073a6782bc5 100644 (file)
-<h2><img alt="" align="middle" src="images/penguin.png"> {t}Boot parameters{/t}</h2>
+<h2><img class="center" alt="" align="middle" src="images/penguin.png"> {t}Boot parameters{/t}</h2>
<table summary="" style="width:100%;">
<tr>
<td style="width:50%; vertical-align:top;">
<tr>
<td style="width:50%; vertical-align:top;">
<h2>
- <img alt="" align="middle" src="images/hardware.png"> {t}Kernel modules (format: name parameters){/t}
+ <img class="center" alt="" align="middle" src="images/hardware.png"> {t}Kernel modules (format: name parameters){/t}
</h2>
<select style="width:100%;" name="modules_list[]" size=15 multiple title="{t}Add additional modules to load on startup{/t}">
{html_options values=$gotoModules output=$gotoModules}
</td>
<td style="padding-left:10px;border-left:1px solid #A0A0A0;vertical-align:top">
- <h2><img alt="" src="images/fai_partitionTable.png" align="middle"> <LABEL for="gotoShare">{t}Shares{/t}</LABEL></h2>
+ <h2><img class="center" alt="" src="images/fai_partitionTable.png" align="middle"> <LABEL for="gotoShare">{t}Shares{/t}</LABEL></h2>
<table summary="" style="width:100%">
<tr>
<td>
index 6ad9f4dff6efbd9c2f6ffbb9b0cfd441618c17e6..a99333cabbe514c9a06e46aadcd2d1cefb4cd018 100644 (file)
-<h2><img alt="" align="middle" src="images/rightarrow.png"> {t}Properties{/t}</h2>
+<h2><img class="center" alt="" align="middle" src="images/rightarrow.png"> {t}Properties{/t}</h2>
<table summary="" style="width:100%;">
<tr>
<td style="width:50%; vertical-align:top;">
{include file="$netconfig"}
<p class="plugbottom" style="margin-bottom:0px; padding:0px;"> </p>
-<h2><img alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
+<h2><img class="center" alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
<table summary="">
<tr>
<td>
diff --git a/plugins/admin/systems/workstationService.tpl b/plugins/admin/systems/workstationService.tpl
index 3eaf46f4f1ed9f6b8b991962ee9c3ebd1abcac3f..1cde8e980c88db651867b9f538b844ffdc5c61a0 100644 (file)
<table style="width:100%;" summary="">
<tr>
<td style="width:33%; vertical-align:top;">
- <h2><img alt="" align="middle" src="images/keyboard.png"> {t}Keyboard{/t}</h2>
+ <h2><img class="center" alt="" align="middle" src="images/keyboard.png"> {t}Keyboard{/t}</h2>
<table summary="">
<tr>
<td><LABEL for="gotoXKbModel">{t}Model{/t}</LABEL></td>
</td>
<td style="vertical-align:top;width:32%">
- <h2><img alt="" align="middle" src="images/mouse.png"> {t}Mouse{/t}</h2>
+ <h2><img class="center" alt="" align="middle" src="images/mouse.png"> {t}Mouse{/t}</h2>
<table summary="">
<tr>
<td><LABEL for="gotoXMouseType">{t}Type{/t}</LABEL></td>
</td>
<td style="vertical-align:top;width:33%">
- <h2><img alt="" align="middle" src="images/select_phone.png"> {t}Telephone hardware{/t}</h2>
+ <h2><img class="center" alt="" align="middle" src="images/select_phone.png"> {t}Telephone hardware{/t}</h2>
<table style="width:100%" border=0 summary="">
<tr>
<td>{t}Telephone{/t}
<tr><td colspan=5><p class="plugbottom" style="text-align:left;"></p></td></tr>
<tr>
<td style="width:33%;vertical-align:top;">
- <h2><img alt="" align="middle" src="images/hardware.png"> {t}Graphic device{/t}</h2>
+ <h2><img class="center" alt="" align="middle" src="images/hardware.png"> {t}Graphic device{/t}</h2>
<table summary="">
<tr>
<td><LABEL for="gotoXDriver">{t}Driver{/t}</LABEL></td>
</td>
<td style="width:32%; vertical-align:top;">
- <h2><img alt="" align="middle" src="images/display.png"> {t}Display device{/t}</h2>
+ <h2><img class="center" alt="" align="middle" src="images/display.png"> {t}Display device{/t}</h2>
<table summary="">
<tr>
<td>{t}Type{/t}</td>
<td style="width:33%; vertical-align:top;">
- <h2><img alt="" align="middle" src="images/scanner.png"> {t}Scan device{/t}</h2>
+ <h2><img class="center" alt="" align="middle" src="images/scanner.png"> {t}Scan device{/t}</h2>
<input type=checkbox name="gotoScannerEnable" value="1" title="{t}Select to start SANE scan service on terminal{/t}" {$gotoScannerEnable} {$gotoScannerEnableACL}>
{t}Provide scan services{/t}
<br>
diff --git a/plugins/admin/systems/workstationStartup.tpl b/plugins/admin/systems/workstationStartup.tpl
index eef5aa03a0c352dbc86bc5a9252b7644998e18b9..6556a926ff261b3dfb8c64601fa77324c97ef85e 100644 (file)
<table summary="" style="width:100%;">
<tr>
<td style="width:50%; vertical-align:top;">
-<h2><img alt="" align="middle" src="images/penguin.png"> {t}Boot parameters{/t}</h2>
+<h2><img class="center" alt="" align="middle" src="images/penguin.png"> {t}Boot parameters{/t}</h2>
<table summary="">
<tr>
</td>
<td style="vertical-align:top;">
- <h2><img alt="" align="middle" src="images/fai_profile.png"> {t}FAI server{/t}</h2>
+ <h2><img class="center" alt="" align="middle" src="images/fai_profile.png"> {t}FAI server{/t}</h2>
<!--<select name="FAIdebianMirror" {$FAIdebianMirrorACL} onchange="document.mainform.submit();">-->
<select name="FAIdebianMirror" {$FAIdebianMirrorACL}>
{html_options options=$FAIdebianMirrors output=$FAIdebianMirrors selected=$FAIdebianMirror}
<option disabled> </option>
</select>
<!--<input type="submit" value="{t}set{/t}" name="refresh">-->
- <h2><img alt="" align="middle" src="images/fai_profile.png"> {t}Assigned FAI classes{/t}</h2>
+ <h2><img class="center" alt="" align="middle" src="images/fai_profile.png"> {t}Assigned FAI classes{/t}</h2>
{$FAIScriptlist}
<br>
<tr>
<td style="width:50%; vertical-align:top; border-right:1px solid #B0B0B0">
<h2>
- <img alt="" align="middle" src="images/hardware.png"> {t}Kernel modules (format: name parameters){/t}
+ <img class="center" alt="" align="middle" src="images/hardware.png"> {t}Kernel modules (format: name parameters){/t}
</h2>
<select style="width:100%; height:150px;" name="modules_list[]" size=15 multiple title="{t}Add additional modules to load on startup{/t}">
{html_options values=$gotoModules output=$gotoModules}
</td>
<td style="vertical-align:top;">
- <h2><img alt="" src="images/fai_partitionTable.png" align="middle"> <LABEL for="gotoShare">{t}Shares{/t}</LABEL></h2>
+ <h2><img class="center" alt="" src="images/fai_partitionTable.png" align="middle"> <LABEL for="gotoShare">{t}Shares{/t}</LABEL></h2>
<table summary="" style="width:100%">
<tr>
<td>
index b3337d9db5569e71d7a3200b12a1848bfbf1bb9d..fe5bd32c3963b147d45a8e809c19f00da24a4ad8 100644 (file)
-<h2><img alt="" align="middle" src="images/rightarrow.png"> {t}Generic{/t}</h2>
+<h2><img class="center" alt="" align="middle" src="images/rightarrow.png"> {t}Generic{/t}</h2>
<table summary="" style="width:100%; vertical-align:top; text-align:left;">
<tr>
<table summary="" style="width:100%">
<tr>
<td style="width:50%;">
- <h2><img alt="" align="middle" src="images/false.png"> {t}Blocked numbers{/t}</h2>
+ <h2><img class="center" alt="" align="middle" src="images/false.png"> {t}Blocked numbers{/t}</h2>
<select style="width:100%; height:200px;" name="numbers[]" size=15 multiple>
{html_options values=$goFaxBlocklist output=$goFaxBlocklist}
<option disabled> </option>
</td>
<td style="vertical-align:top;">
- <h2><img alt="" align="middle" src="images/info_small.png"> {t}Information{/t}</h2>
+ <h2><img class="center" alt="" align="middle" src="images/info_small.png"> {t}Information{/t}</h2>
<p>
{t}Numbers can also contain wild cards.{/t}
</p>
index 4182f7a08ff7e017b4af880babe5612cd9b536b9..1e5c4e18f7e22b5b1b09a4b6e5e40acde3240a41 100644 (file)
<table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
<tr>
<td>
- <img alt="" src="{$tree_image}" align="middle" title="{t}Display numbers of department{/t}">
+ <img class="center" alt="" src="{$tree_image}" align="middle" title="{t}Display numbers of department{/t}">
<select name="depselect" size="1" onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
{html_options options=$deplist selected=$depselect}
</select>
<table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
<tr>
<td width="18px">
- <img alt="" src="{$search_image}" align="middle" title="{t}Display numbers matching{/t}">
+ <img class="center" alt="" src="{$search_image}" align="middle" title="{t}Display numbers matching{/t}">
</td>
<td>
<input type='text' name='regex' maxlength='20' value='{$regex}' style="width:99%" title='{t}Regular expression for matching numbers{/t}' onChange="mainform.submit()"> </td>
<table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
<tr>
<td width="18px">
- <img alt="" src="{$usearch_image}" align="middle" title="{t}Display numbers of user{/t}">
+ <img class="center" alt="" src="{$usearch_image}" align="middle" title="{t}Display numbers of user{/t}">
</td>
<td>
<input type='text' name='fuser' style="width:99%" maxlength='20' value='{$fuser}' title='{t}User name of which numbers are shown{/t}' onChange="mainform.submit()"> </td>
index eef9011e412191d4727fca33938963db7c27f5cf..a0eb831a30f13dd23f2845dc282e85059d3f113f 100644 (file)
</div>
<div class="contentboxb">
<p class="contentboxb" style="border-top:1px solid #B0B0B0; padding-top:5px;">
- <img alt="" align="middle" border=0 src="{$search_image}"> {t}Search for{/t}
+ <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()">
{t}in{/t}
<select size="1" name="search_base" title="{t}Select subtree to base search on{/t}" onChange="mainform.submit()">
index 9a0fadb928e61cc7f72436404f9ae520d1738429..7bedf5bbb7610d68b811bf33df9f4748b2f5e657 100644 (file)
<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
<tr>
<td colspan=3>
-<h2 style='margin:0px; padding:0px;'><img alt="" align="middle" src="images/rightarrow.png"> {t}Properties{/t}</h2>
+<h2 style='margin:0px; padding:0px;'><img class="center" alt="" align="middle" src="images/rightarrow.png"> {t}Properties{/t}</h2>
</td>
</tr>
<tr>
</tr>
<tr>
<td colspan=3>
-<h2 style='margin:0px; padding:0px;'><img alt="" align="middle" src="images/select_ogroup.png"> {t}Options{/t}</h2>
+<h2 style='margin:0px; padding:0px;'><img class="center" alt="" align="middle" src="images/select_ogroup.png"> {t}Options{/t}</h2>
</td>
</tr>
<tr>
index ea149171dbb82b3aebbc99e7a0f93bd1e1b7e43e..718d49e51349618f4b75a79bf57d7dc2d91c8baa 100644 (file)
<table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
{$alphabet}
</table>
- <table summary="" width="100%" style="border-top:1px solid #B0B0B0;"><tr><td><LABEL for='filter'><img alt="Search" src="{$search_image}" align="middle" title="{t}Display users matching{/t}"></LABEL></td>
+ <table summary="" width="100%" style="border-top:1px solid #B0B0B0;"><tr><td><LABEL for='filter'><img class="center" alt="Search" src="{$search_image}" align="middle" title="{t}Display users matching{/t}"></LABEL></td>
<td width="99%"><input id='filter' style='width:99%' type='text' name='regexit' maxlength='20' value='{$regex}' title='{t}Regular expression for matching user names{/t}' onChange="mainform.submit()"></td></tr></table>
{$apply}
</div>
index 7a07cde8a882dae3fd47ef7d423cb297a5571122..f3641085e7eabd595266ea7d5949342ba5fc20cc 100644 (file)
</div>
<div class="contentboxb">
<p class="contentboxb" style="border-top:1px solid #B0B0B0; padding-top:5px;">
- <img alt="" align="middle" border=0 src="{$search_image}"> {t}Search for{/t}
+ <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()">
{t}in{/t}
<select size="1" name="search_base" title="{t}Select subtree to base search on{/t}" onChange="mainform.submit()">
index 5fed11c45f1c2625a0b1101d53a3050a98d081da..96a8c370d326b39322b1ac09a9d13eb0f705308d 100644 (file)
$display.= "<input type=submit name=\"edit_finish\" value=\""._("Finish")."\">\n";
$display.= " ";
$display.= "<input type=submit name=\"edit_cancel\" value=\""._("Cancel")."\">\n";
- $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png').
+ $info= "<img class=\"center\" alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png').
"\"> ".$ui->dn." ";
} else {
- $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/openlock.png').
+ $info= "<img class=\"center\" alt=\"\" align=\"middle\" src=\"".get_template_path('images/openlock.png').
"\"> ".$ui->dn." ";
if ($editacl != "#none#"){
- $info.= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lamp.png').
+ $info.= "<img class=\"center\" alt=\"\" align=\"middle\" src=\"".get_template_path('images/lamp.png').
"\">"._("Click the 'Edit' button below to change informations in this dialog");
$display.= "<input type=submit name=\"edit\" value=\""._("Edit")."\">\n";
}
diff --git a/plugins/personal/environment/environment.tpl b/plugins/personal/environment/environment.tpl
index 6829a9d9f7ea2904e0c04b118271677d7ba8dcd5..cb673d40b56195d37421d799c9d3d2ae1cb045dd 100644 (file)
{if $is_account ne 'true'}
- <img alt="" src="images/stop.png" align="middle">
+ <img alt="" class="center" src="images/stop.png" align="middle">
{t}The environment extension is currently disabled.{/t}
{else}
<input type="hidden" name="iamposted" value="1">
diff --git a/plugins/personal/environment/hotplugDialog.tpl b/plugins/personal/environment/hotplugDialog.tpl
index 396afc09344a53043644ed44b9cb3ecfb216a7b7..77e0408c185d32737c133b6182284603497565f7 100644 (file)
-<h2><img alt="" src="images/hotplug.png" align="middle"> {t}Add hotplug devices{/t}</h2>
+<h2><img class="center" alt="" src="images/hotplug.png" align="middle"> {t}Add hotplug devices{/t}</h2>
<input type="hidden" name="dialogissubmitted" value="1">
<table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
<tr>
<td>
- <img alt="" src="{$tree_image}" align=middle>
+ <img class="center" alt="" src="{$tree_image}" align=middle>
<select name="depselectHot" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
{html_options options=$deplistHot selected=$depselectHot}
</select>
<table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
<tr>
<td>
- <LABEL for='filter'><img alt="Search" src="{$search_image}" align="middle" title="{t}Display users matching{/t}">
+ <LABEL for='filter'><img class="center" alt="Search" src="{$search_image}" align="middle" title="{t}Display users matching{/t}">
</LABEL>
</td>
<td width="99%">
diff --git a/plugins/personal/environment/hotplugDialogNew.tpl b/plugins/personal/environment/hotplugDialogNew.tpl
index 1d24b1af3e5b2fe359a67e7851652bc283e7a1fb..97a1a55a095ea7d25811ea411205685d04543dbb 100644 (file)
-<h2><img alt="" src="images/hotplug.png" align="middle"> {t}Create new hotplug entry{/t}</h2>
+<h2><img class="center" alt="" src="images/hotplug.png" align="middle"> {t}Create new hotplug entry{/t}</h2>
<input type="hidden" name="dialogissubmitted" value="1">
diff --git a/plugins/personal/environment/kioskManagement.tpl b/plugins/personal/environment/kioskManagement.tpl
index d876b8326fbe5475d49646d2afa68b809d1bfab5..c32ebfef4dd617127c853df499164b18b639e7f8 100644 (file)
-<h2><img alt="" src="images/house.png" align="middle"> <LABEL for="gotoKioskProfile">{t}Kiosk profile management{/t}</LABEL></h2>
+<h2><img alt="" class="center" src="images/house.png" align="middle"> <LABEL for="gotoKioskProfile">{t}Kiosk profile management{/t}</LABEL></h2>
<input type="hidden" name="dialogissubmitted" value="1">
diff --git a/plugins/personal/environment/logonManagement.tpl b/plugins/personal/environment/logonManagement.tpl
index 424a65c794e3ca5250fecf269928a7f27e9a8355..b7cd0beee1556efa3385aed3eaca64371f1dc46b 100644 (file)
-<h2><img alt="" src="images/fai_script.png" align="middle"> {t}Logon script management{/t}</h2>
+<h2><img class="center" alt="" src="images/fai_script.png" align="middle"> {t}Logon script management{/t}</h2>
<input type="hidden" name="dialogissubmitted" value="1">
<table width=100%>
<tr>
<td colspan="2">
- <h2><img alt="" src="images/fai_script.png" align="middle"> {t}Script{/t}</h2>
+ <h2><img class="center" alt="" src="images/fai_script.png" align="middle"> {t}Script{/t}</h2>
<table width="100%" summary="{t}Logon script{/t}">
<tr>
<td>
diff --git a/plugins/personal/environment/selectPrinterDialog.tpl b/plugins/personal/environment/selectPrinterDialog.tpl
index 16889923ace67be63aca4a7f232caf25e4cdcaf5..197cf2f1dfe2830f861c308e0569d796ec62738d 100644 (file)
-<h2><img alt="" src="images/select_printer.png" align="middle"> {t}Add printer devcies{/t}</h2>
+<h2><img class="center" alt="" src="images/select_printer.png" align="middle"> {t}Add printer devcies{/t}</h2>
<input type="hidden" name="dialogissubmitted" value="1">
<table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
<tr>
<td>
- <img alt="" src="{$tree_image}" align=middle>
+ <img class="center" alt="" src="{$tree_image}" align=middle>
<select name="depselectPrinter" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
{html_options options=$deplistPrinter selected=$depselectPrinter}
</select>
<table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
<tr>
<td>
- <LABEL for='filter'><img alt="Search" src="{$search_image}" align="middle" title="{t}Display printers matching{/t}">
+ <LABEL for='filter'><img class="center" alt="Search" src="{$search_image}" align="middle" title="{t}Display printers matching{/t}">
</LABEL>
</td>
<td width="99%">
diff --git a/plugins/personal/generic/generic_certs.tpl b/plugins/personal/generic/generic_certs.tpl
index b244da80c822037fea1dbf7a620e9ea0798c0170..639e082a75cf389129a86cf33a10387518eb51f5 100644 (file)
<input type="hidden" name="MAX_FILE_SIZE" value="2000000">
<!-- Headline container -->
-<h2><img alt="" align="middle" src="images/certs.png"> {t}Certificates{/t}</h2>
+<h2><img alt="" class="center" align="middle" src="images/certs.png"> {t}Certificates{/t}</h2>
<table summary="" style="vertical-align:top; text-align:left;border-top: 1px solid rgb(176,176,176);" width="100%" cellpadding=4 border=0>
<tr>
diff --git a/plugins/personal/generic/generic_picture.tpl b/plugins/personal/generic/generic_picture.tpl
index b3b4ae76994d92fa452eb19c3995390fef49c26a..28bc0717d0550ab8d5804bd1ecca3e61cf3e7a76 100644 (file)
<!-- Headline container -->
<tr>
<td colspan=2>
- <h2><img alt="" align="middle" src="images/head.png"> {t}Personal picture{/t}</h2>
+ <h2><img alt="" class="center" align="middle" src="images/head.png"> {t}Personal picture{/t}</h2>
</td>
</tr>
<!-- Image container -->
<td>
- <img alt="" align="bottom" border="1" width="145" height="200" src="getbin.php?rand=$rand">
+ <img alt="" class="center" align="bottom" border="1" width="145" height="200" src="getbin.php?rand=$rand">
</td>
<!-- Name, ... -->
index 2da0b7458477fcbb01946690073ccf6973f52351..732086a20053df3dd9148f760cd69bbebcbbc982 100644 (file)
$display.= "<input type=submit name=\"edit_cancel\" value=\""._("Cancel")."\">\n";
$display.="<script language='javascript'>";
- $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png').
+ $info= "<img class=\"center\" alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png').
"\"> ".$ui->dn." ";
} else {
/* 'viewid' may be set by i.e. the phonelist plugin. This
} else {
$str= _("Edit");
$fn = "edit";
- $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/openlock.png').
+ $info= "<img class\"center\" alt=\"\" align=\"middle\" src=\"".get_template_path('images/openlock.png').
"\"> ".$ui->dn." ";
}
if ($fn == "edit" && isset($editacl) && $editacl != "#none#"){
- $info.= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lamp.png')."\"> ".
+ $info.= "<img class=\"center\" alt=\"\" align=\"middle\" src=\"".get_template_path('images/lamp.png')."\"> ".
_("Click the 'Edit' button below to change informations in this dialog");
$display.= "<input type=submit name=\"$fn\" value=\"$str\">\n";
}
index 6a4ee50b5fd802095df66393a16f5e8615677bbb..375519fed09cd0e29097418d39896c5cef69166a 100644 (file)
<div class="plugtop">
- <img alt="" src="{$headimage}" align="middle">{t}Change password{/t}
+ <img class="center" alt="" src="{$headimage}" align="middle">{t}Change password{/t}
</div>
<p>
diff --git a/plugins/personal/samba/samba3_workstations.tpl b/plugins/personal/samba/samba3_workstations.tpl
index 52bb67994da30c53363df234383e363cd9a4df4a..d71e2fa8fc86a111f62070795c34121d80490632 100644 (file)
<table summary="" style="width:100%;border-top:1px solid #B0B0B0;background-color:#F8F8F8">
{$alphabet}
</table>
- <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8"><tr><td><img alt="{t}Display workstations of department{/t}" src="{$tree_image}" align="middle">
+ <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8"><tr><td><img class="center" alt="{t}Display workstations of department{/t}" src="{$tree_image}" align="middle">
<select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
{html_options options=$deplist selected=$depselect}
</select></td></tr></table>
- <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8"><tr><td width="18px"><img alt="" src="{$search_image}" align="middle"> </td>
+ <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8"><tr><td width="18px"><img class="center" alt="" src="{$search_image}" align="middle"> </td>
<td><input type='text' name='regex' maxlength='20' style="width:99%" value='{$regex}' title='{t}Regular expression for matching addresses{/t}' onChange="mainform.submit()"></td></tr></table>
{$apply}
</div>