Code

Removed headlines. Seems to be redundant
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 3 Dec 2008 13:20:56 +0000 (13:20 +0000)
committercajus <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

index 84c25f1586e1e82d6c3864c1a5ecb97c4edd6dbf..d4b9bc398c50562ccec67ee93ccbcfcfda7b858c 100644 (file)
@@ -1,9 +1,6 @@
-
 {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>
@@ -47,7 +42,7 @@
                                class='center'>
                </td>
                <td style='width:150px;'>{$types.$key.NAME}</td>
-               <td>{$item.description}
+               <td><i>({$item.description)</i>}
                </td>
        </tr>
 {/foreach}
@@ -55,9 +50,7 @@
 
 {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>
@@ -72,7 +65,7 @@
                                class='center'>
                </td>
                <td style='width:150px;'>{$types.$key.NAME}</td>
-               <td>{$item.description}
+               <td><i>({$item.description)</i>}
                </td>
        </tr>
 {/foreach}
@@ -80,9 +73,7 @@
 
 {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}