summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 70a786a)
raw | patch | inline | side by side (parent: 70a786a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 2 Mar 2010 12:17:26 +0000 (12:17 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 2 Mar 2010 12:17:26 +0000 (12:17 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15842 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/gosa-plugins/mail/personal/mail/copypaste.tpl b/gosa-plugins/mail/personal/mail/copypaste.tpl
index 8c8b3d0a7763e90f611753b468dd2c02aee9dc7b..cca1b38797010ab0b988ca448defe402c5bcf770 100644 (file)
<tr>
<td style="vertical-align:top;">
<h2>
- <img class="center" alt="" align="middle" src="plugins/mail/images/alternatemail.png" />
+ {image path="plugins/mail/images/alternatemail.png"}
+
<label for="alternates_list">{t}Alternative addresses{/t}</label>
</h2>
</td>
</select>
<br>
<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" >
+ <button type='submit' name='add_forwarder'>{msgPool type=addButton}</button>
+
+ <button type='submit' name='add_local_forwarder'>{t}Add local{/t}</button>
+
+ <button type='submit' name='delete_forwarder'>{msgPool type=delButton}</button>
+
</td>
</tr>
</table>
</select>
<br/>
<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">
+ <button type='submit' name='add_alternate'>{msgPool type=addButton}</button>
+
+ <button type='submit' name='delete_alternate'>{msgPool type=delButton}</button>
+
</td>
</tr>
</table>
diff --git a/gosa-plugins/mail/personal/mail/generic.tpl b/gosa-plugins/mail/personal/mail/generic.tpl
index f7999848f9f9fc387dd18e40df539c19722f2564..80c2350c798a204a1c8ba62cef423de95d79d9f7 100644 (file)
<tr>
<td style="width:50%; vertical-align:top;">
- <h2><img class="center" alt="" align="middle" src="images/rightarrow.png" /> {t}Generic{/t}</h2>
+ <h2>{image path="images/rightarrow.png"} {t}Generic{/t}
+</h2>
<table summary="">
{if !$multiple_support}
<tr>
</td>
<td>
{if !$multiple_support}
- <h2><img class="center" alt="" align="middle" src="plugins/mail/images/alternatemail.png" /><label for="alternates_list"> {t}Alternative addresses{/t}</ label></h2>
+ <h2>{image path="plugins/mail/images/alternatemail.png"}
+<label for="alternates_list"> {t}Alternative addresses{/t}</ label></h2>
{render acl=$gosaMailAlternateAddressACL}
<select id="alternates_list" style="width:100%;height:100px;" name="alternates_list[]" size="15" multiple
title="{t}List of alternative mail addresses{/t}">
<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">
+ <button type='submit' name='add_alternate'>{msgPool type=addButton}</button>
+
{/render}
{render acl=$gosaMailAlternateAddressACL}
- <input type=submit value="{msgPool type=delButton}" name="delete_alternate">
+ <button type='submit' name='delete_alternate'>{msgPool type=delButton}</button>
+
{/render}
{/if}
</td>
<tr>
<td>
{render acl=$sieveManagementACL}
- <input {if $own_script == ""} disabled {/if} id='sieveManagement' type='submit' name='sieveManagement' value='{t}Sieve Management{/t}'>
+ <button type='submit' name='sieveManagement' id="sieveManagement" {if $own_script == ""} disabled {/if}
+>{t}Sieve Management{/t}</button>
+
{/render}
</td>
</tr>
</select>
{/render}
{render acl=$gosaVacationMessageACL}
- <input {if $own_script != ""} disabled {/if} id='import_vacation' type="submit" value="{t}Import{/t}" name="import_vacation">
+ <button type='submit' name='import_vacation' id="import_vacation" {if $own_script != ""} disabled {/if}
+>{t}Import{/t}</button>
+
{/render}
{/if}
</td>
<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" >
+ <button type='submit' name='add_forwarder' id="add_forwarder">{msgPool type=addButton}</button>
+
{/render}
{render acl=$gosaMailForwardingAddressACL}
- <input id='add_local_forwarder' type="submit" value="{t}Add local{/t}" name="add_local_forwarder" >
+ <button type='submit' name='add_local_forwarder' id="add_local_forwarder">{t}Add local{/t}</button>
+
{/render}
{render acl=$gosaMailForwardingAddressACL}
- <input id='delete_forwarder' type="submit" value="{msgPool type=delButton}" name="delete_forwarder">
+ <button type='submit' name='delete_forwarder' id="delete_forwarder">{msgPool type=delButton}</button>
+
{/render}
</td>
</tr>
</table>
<p class="seperator"> </p>
-<h2><img class="center" alt="" align="middle" src="images/false.png" /> {t}Advanced mail options{/t}</h2>
+<h2>{image path="images/false.png"} {t}Advanced mail options{/t}
+</h2>
<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding="4" border="0">
<tr>
<td>
diff --git a/gosa-plugins/mail/personal/mail/mailAddressSelect/selectMailAddress-filter.tpl b/gosa-plugins/mail/personal/mail/mailAddressSelect/selectMailAddress-filter.tpl
index c9387b77c75d328058477ac2fb8f138c9e714e8b..62224bcc3fe2f2277699c064af3dd5d8892628de 100644 (file)
<div class="contentboxh">
<p class="contentboxh">
- <img src="images/launch.png" align="right" alt="[F]">{t}Filter{/t}
+ {image path="images/launch.png" align="right"}{t}Filter{/t}
+
</p>
</div>
<tr>
<td>
<label for="NAME">
- <img src="images/lists/search.png" align=middle> Name
+ {image path="images/lists/search.png"} Name
+
</label>
</td>
<td>
diff --git a/gosa-plugins/mail/personal/mail/mailAddressSelect/selectMailAddress-list.tpl b/gosa-plugins/mail/personal/mail/mailAddressSelect/selectMailAddress-list.tpl
index 518841e5a791ff69b749d7d1cb9a5decec7d074b..e003770f2f590ecfa82ec55f7053514c00c3bc3e 100644 (file)
-<input type='image' src='images/empty.png' name='no_action_posted' value='do_nothing' alt='' style='width:2px;height:2px;'>
+{image path="images/empty.png" action="no_action_posted" value="do_nothing"}
+
<table summary="" style="width:100%;height:100%; vertical-align:top; text-align:left;" cellpadding=2>
<tr>
<div class="contentboxb">
<div style='background:white;padding:3px;'>
<table><tr>
- <td>{$ROOT} </td><td>{$BACK} </td><td>{$HOME} </td><td>{$RELOAD} </td><td>{$SEPARATOR} </td><td>{t}Base{/t} {$BASE} </td><td>{$SEPARATOR} </td><td><img src='images/rocket.png' alt='' class='center'></td><td> {$ACTIONS}</td>
+ <td>{$ROOT} </td><td>{$BACK} </td><td>{$HOME} </td><td>{$RELOAD} </td><td>{$SEPARATOR} </td><td>{t}Base{/t} {$BASE} </td><td>{$SEPARATOR} </td><td>{image path="images/rocket.png"}
+</td><td> {$ACTIONS}</td>
</tr></table>
</div>
</div>
<input type="hidden" value="1" name="PosixGroupDialogPosted">
<p class="plugbottom">
- <input type=submit name="mailAddressSelect_save" value="{msgPool type=addButton}">
+ <button type='submit' name='mailAddressSelect_save'>{msgPool type=addButton}</button>
+
- <input type=submit name="mailAddressSelect_cancel" value="{msgPool type=cancelButton}">
+ <button type='submit' name='mailAddressSelect_cancel'>{msgPool type=cancelButton}</button>
+
</p>
diff --git a/gosa-plugins/mail/personal/mail/mail_locals.tpl b/gosa-plugins/mail/personal/mail/mail_locals.tpl
index 686c7395f3cae71070fd8fbb9c1ba14ced1e9c56..6480a937a026a9735c21d0cfe19ff716b840ef45 100644 (file)
<td style="vertical-align:top;width:350px">
<div class="contentboxh" style="height:20px;">
<p class="contentboxh" style="font-size:12px">
- <img src="{$launchimage}" align="right" alt="[F]">
+ {image path="{$launchimage}" align="right"}
+
<b>{t}Filters{/t}</b>
</p>
</div>
<tr>
<td>
<LABEL for="depselect">{t}Select department{/t}</LABEL>
- <img alt="" src="{$tree_image}" align=middle>
+ {image path="{$tree_image}"}
+
<select id="depselect" 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}
<table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
<tr>
<td style="width:18px">
- <img alt="" src="{$search_image}" align="middle">
+ {image path="{$search_image}"}
+
</td>
<td>
<input type='text' name='regex' maxlength='20' style="width:99%" value='{$regex}'
<table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
<tr>
<td style="width:18px;">
- <img src="{$usearch_image}" align=middle alt="{t}Display addresses of user{/t}">
+ {image path="{$usearch_image}"}
+
</td>
<td>
<input type='text' name='muser' maxlength='20' style="width:99%" value='{$muser}'
</table>
<p class="plugbottom">
- <input type=submit name="add_locals_finish" value="{msgPool type=addButton}">
+ <button type='submit' name='add_locals_finish'>{msgPool type=addButton}</button>
+
- <input type=submit name="add_locals_cancel" value="{msgPool type=cancelButton}">
+ <button type='submit' name='add_locals_cancel'>{msgPool type=cancelButton}</button>
+
</p>
<!--
// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: