summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a63f785)
raw | patch | inline | side by side (parent: a63f785)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 25 May 2005 08:23:07 +0000 (08:23 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 25 May 2005 08:23:07 +0000 (08:23 +0000) |
plugins/addons/addressbook/address_info.tpl | patch | blob | history | |
plugins/addons/logview/contents.tpl | patch | blob | history | |
plugins/admin/groups/headpage.tpl | patch | blob | history |
diff --git a/plugins/addons/addressbook/address_info.tpl b/plugins/addons/addressbook/address_info.tpl
index 8cd08c57b2f8a45bcc810ddf5680928d50bd2c8d..49bc32b6377346d67fbe5f5c4b5e4322d15fe1b4 100644 (file)
<table width="100%" cellspacing=2 cellpadding=4>
<tr>
<td style="width:50%; vertical-align:top; background-color: #F0F0F0">
- <h2><img src="{$personal_image}" align=center> {t}Personal{/t}</h2>
+ <h2><img src="{$personal_image}" align=middle> {t}Personal{/t}</h2>
<table width="100%">
<tr>
</td>
<td style="width:50%; vertical-align:top; background-color: #E8E8E8">
- <h2><img src="{$home_image}" align=center> {t}Private{/t}</h2>
+ <h2><img src="{$home_image}" align=middle> {t}Private{/t}</h2>
<table width="100%">
<tr>
<tr>
<td style="width:100%; vertical-align:top; background-color: #E4E4E4" colspan=2>
- <h2><img src="{$company_image}" align=center> {t}Organizational{/t}</h2>
+ <h2><img src="{$company_image}" align=middle> {t}Organizational{/t}</h2>
<table width="100%">
<tr>
index 063115502745c87319db3e2c84ea705b3b3a7bcb..46442340dc1c917ea75d2dc965edce4ca7899ce0 100644 (file)
<td width=33%>
<table>
<tr>
- <td><img align="center" border=0 src="{$server_image}"> {t}Show hosts{/t}</td>
+ <td><img align="middle" border=0 src="{$server_image}"> {t}Show hosts{/t}</td>
<td>
<select name="host" size=1 onChange="mainform.submit()">
{html_options options=$hostlist selected=$host}
</td>
</tr>
<tr>
- <td><img align="center" border=0 src="{$log_image}"> {t}Log level{/t}</td>
+ <td><img align="middle" border=0 src="{$log_image}"> {t}Log level{/t}</td>
<td>
<select name="log_level" size=1 onChange="mainform.submit()">
{html_options options=$loglevellist selected=$log_level}
<td width=33%>
<table>
<tr>
- <td><img align="center" border=0 src="{$time_image}"> {t}Time interval{/t}</td>
+ <td><img align="middle" border=0 src="{$time_image}"> {t}Time interval{/t}</td>
<td>
<select name="time" size=1 onChange="mainform.submit()">
{html_options options=$tilist selected=$time}
</td>
</tr>
<tr>
- <td><img align="center" border=0 src="{$search_image}"> {t}Search for{/t}</td>
+ <td><img align="middle" border=0 src="{$search_image}"> {t}Search for{/t}</td>
<td><input name="regex" size=25 maxlength=60 value="{$regex}" title="{t}Enter string to search for{/t}"></td>
</tr>
</table>
<td>
<table width="100%">
<tr>
- <td><img align="center" border=0 src="{$ruleset_image}"> {t}Ruleset{/t}</td>
+ <td><img align="middle" border=0 src="{$ruleset_image}"> {t}Ruleset{/t}</td>
<td width="100%">
<input name="edit_rules" type="submit" value="{t}Edit{/t}" disabled>
</td>
index 4f67f0a7f671239ca59ab4bd84c5e95435e356bd..483cd8b00f1483dd683f2be3e0e6767ec374189e 100644 (file)
<input type=checkbox name="subsearch" value="1" {$subsearch} onClick="mainform.submit()" title="{t}Dive into LDAP subtrees when searching{/t}">{t}Search in subtrees{/t}<br>
</p>
<p class="contentboxb" style="border-top:1px solid #B0B0B0;">
- <table width="100%"><tr><td width="50%"><img src="{$tree_image}" align=center> {t}Display groups of department{/t}</td>
+ <table width="100%"><tr><td width="50%"><img src="{$tree_image}" align=middle> {t}Display groups of department{/t}</td>
<td><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>
</p>
<p class="contentboxb" style="border-top:1px solid #B0B0B0">
- <table width="100%"><tr><td width="50%"><img src="{$search_image}" align=center> {t}Display groups matching{/t}</td>
+ <table width="100%"><tr><td width="50%"><img src="{$search_image}" align=middle> {t}Display groups matching{/t}</td>
<td><input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching group names{/t}' onChange="mainform.submit()"></td></tr></table>
</p>
<p class="contentboxb" style="border-top:1px solid #B0B0B0">
- <table width="100%"><tr><td width="50%"><img src="{$search_image}" align=center> {t}Display groups of user{/t}</td>
+ <table width="100%"><tr><td width="50%"><img src="{$search_image}" align=middle> {t}Display groups of user{/t}</td>
<td><input type='text' name='guser' maxlength='20' value='{$guser}' title='{t}User name of which groups are shown{/t}' onChange="mainform.submit()"></td></tr></table>
</p>
{$apply}