Code

* Created "old" branch and moved stuff
[gosa.git] / branches / old / gosa-plugins / mail / personal / mail / sieve / templates / element_comment.tpl
diff --git a/branches/old/gosa-plugins/mail/personal/mail/sieve/templates/element_comment.tpl b/branches/old/gosa-plugins/mail/personal/mail/sieve/templates/element_comment.tpl
new file mode 100644 (file)
index 0000000..ba6ac04
--- /dev/null
@@ -0,0 +1,23 @@
+<table class='sieve_comment_container'> 
+       <tr>
+               <td>
+                       <b>{t}Comment{/t}</b>
+               </td>
+               <td style='text-align: right;'>
+                       {if $Small}
+                               <input type='submit' name='toggle_small_{$ID}' value='{t}Edit{/t}'>     
+                       {else}
+                               <input type='submit' name='toggle_small_{$ID}' value='{msgPool type=cancelButton}'>     
+                       {/if}
+               </td>
+       </tr>
+       <tr>
+               <td style='padding-left:20px;' colspan=2>
+               {if $Small}
+                       {$Comment}
+               {else}
+                       <textarea  name='comment_{$ID}' class='sieve_comment_area'>{$Comment}</textarea>
+               {/if}
+               </td>
+       </tr>
+</table>