Code

Small icon fixes
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 28 Jun 2006 12:21:51 +0000 (12:21 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 28 Jun 2006 12:21:51 +0000 (12:21 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3965 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/mimetypes/generic.tpl
plugins/admin/mimetypes/main.inc

index b376815420dbe708016f4058d9f974e6c0e674e1..f41ad78faede188aeaef48390cf920dac95e85b5 100644 (file)
@@ -1,7 +1,7 @@
 <table style="width:100%">
        <tr>
                <td colspan="2">
-                       <h2><img src='images/head.png' class='center'>&nbsp;{t}Generic{/t}</h2>
+                       <h2><img src='images/list_mime.png' class='center'>&nbsp;{t}Generic{/t}</h2>
                </td>
        </tr>
        <tr>
                <td style='width:50%; vertical-align:top;' >
                        {t}File patterns{/t}
                        {$gotoMimeFilePatterns}         
-                       <br>
                        <input type='text'       name='NewFilePattern'    value='' title='{t}Please specify a new file pattern{/t}' {$gotoMimeFilePatternACL}>
                        <input type='submit' name='AddNewFilePattern' value='{t}Add{/t}' title='{t}Add a new file pattern{/t}' {$gotoMimeFilePatternACL}>
                </td>
                <td style="border-left:1px solid #A0A0A0;vertical-align:top;">
                        {t}Applications{/t}
                        {$gotoMimeApplications}         
-                       <br>
                        <input type='text'       name='NewApplication'    value='' title='{t}Enter an application name here{/t}' {$gotoMimeApplicationACL}>
                        <input type='submit' name='AddNewApplication' value='{t}Add{/t}' title='{t}Add application{/t}' {$gotoMimeApplicationACL}>
                </td>
                <td style="border-left:1px solid #A0A0A0;vertical-align:top;">
                        {t}Applications{/t}
                        {$gotoMimeEmbeddedApplications}         
-                       <br>
                        <input type='text'       name='NewEmbeddedApplication'    value='' title='{t}Enter an application name here{/t}' {$gotoMimeEmbeddedApplicationACL}>
                        <input type='submit' name='AddNewEmbeddedApplication' value='{t}Add{/t}' title='{t}Add application{/t}' {$gotoMimeEmbeddedApplicationACL}>
                </td>
index 4ed3886caab8d9cd4a76a3a7e3a2a44d5d4a975f..6f6cce79d83602f84c85930006bc850fa6bab1f3 100755 (executable)
@@ -33,7 +33,7 @@ $output= $MimeTypeManagement->execute();
 if (isset($_SESSION['objectinfo'])){
        $display= print_header(get_template_path('images/mimetypes.png'), _("Mimetype management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".@LDAP::fix($_SESSION['objectinfo']));
 } else {
-       $display= print_header(get_template_path('images/application.png'), _("Mimetype management"));
+       $display= print_header(get_template_path('images/mimetypes.png'), _("Mimetype management"));
 }
 
 /* Reset requested? */