Code

Template update .
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 Mar 2008 11:04:18 +0000 (11:04 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 Mar 2008 11:04:18 +0000 (11:04 +0000)
-Ok/Cancel/Save via msgPool

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9531 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/mimetypes/generic.tpl

index 1cb6d754951f88d674b479f1c1d4b08a9f09ed75..a40c87674ee70143d9a690d5d6b773799678ab26 100644 (file)
                        <input type='text'       name='NewFilePattern'    value='' title='{t}Please specify a new file pattern{/t}'>
 {/render}
 {render acl=$gotoMimeFilePatternACL}   
-                       <input type='submit' name='AddNewFilePattern' value='{t}Add{/t}' title='{t}Add a new file pattern{/t}'>
+                       <input type='submit' name='AddNewFilePattern' value='{msgPool type=addButton}' title='{t}Add a new file pattern{/t}'>
 {/render}
                </td>
                <td style="border-left:1px solid #A0A0A0;vertical-align:top;">
                        <input type='text'       name='NewApplication'    value='' title='{t}Enter an application name here{/t}'>
 {/render}
 {render acl=$gotoMimeApplicationACL}   
-                       <input type='submit' name='AddNewApplication' value='{t}Add{/t}' title='{t}Add application{/t}'>
+                       <input type='submit' name='AddNewApplication' value='{msgPool type=addButton}' title='{t}Add application{/t}'>
 {/render}
                </td>
        </tr>
                                title='{t}Enter an application name here{/t}'>
 {/render}
 {render acl=$gotoMimeEmbeddedApplicationACL}
-                       <input type='submit' name='AddNewEmbeddedApplication' value='{t}Add{/t}' 
+                       <input type='submit' name='AddNewEmbeddedApplication' value='{msgPool type=addButton}' 
                                title='{t}Add application{/t}'>
 {/render}
                </td>