summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7dd061e)
raw | patch | inline | side by side (parent: 7dd061e)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 Dec 2008 13:20:56 +0000 (13:20 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 Dec 2008 13:20:56 +0000 (13:20 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13147 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/fai/admin/fai/faiGroupHandle.tpl | patch | blob | history |
diff --git a/gosa-plugins/fai/admin/fai/faiGroupHandle.tpl b/gosa-plugins/fai/admin/fai/faiGroupHandle.tpl
index 84c25f1586e1e82d6c3864c1a5ecb97c4edd6dbf..d4b9bc398c50562ccec67ee93ccbcfcfda7b858c 100644 (file)
-
{if $mode == "remove"}
-<h2>{t}Remove entry{/t}</h2>
-<br>
-{t}Select the entries you want to remove.{/t}
+<b>{t}Please select the objects you want to remove:{/t}</b>
<br>
<br>
<table>
</td>
<td style='width:150px;'>{$types.$key.NAME}</td>
<td style='width:80px;'>{if $item.freezed}<i>({t}Freezed{/t})</i>{/if}</td>
- <td>{$item.description}</td>
+ <td><i>({$item.description})</i></td>
</tr>
{/foreach}
</table>
{elseif $mode == "edit"}
-<h2>{t}Edit entry{/t}</h2>
-<br>
-{t}Select the entry you want to edit.{/t}
+<b>{t}Select the object you want to edit:{/t}</b>
<br>
<br>
<table>
class='center'>
</td>
<td style='width:150px;'>{$types.$key.NAME}</td>
- <td>{$item.description}
+ <td><i>({$item.description)</i>}
</td>
</tr>
{/foreach}
{elseif $mode == "copy"}
-<h2>{t}Copy entries{/t}</h2>
-<br>
-{t}Select the entry you want to copy.{/t}
+<b>{t}Select the object you want to copy:{/t}</b>
<br>
<br>
<table>
class='center'>
</td>
<td style='width:150px;'>{$types.$key.NAME}</td>
- <td>{$item.description}
+ <td><i>({$item.description)</i>}
</td>
</tr>
{/foreach}
{elseif $mode == "cut"}
-<h2>{t}Cut entries{/t}</h2>
-<br>
-{t}Select the entry you want to cut.{/t}
+<b>{t}Select the object you want to cut:{/t}</b>
<br>
<br>
<table>
class='center'>
</td>
<td style='width:150px;'>{$types.$key.NAME}</td>
- <td>{$item.description}
+ <td><i>({$item.description})</i>
</td>
</tr>
{/foreach}