Changeset 1334 for trunk/gui/themes

Show
Ignore:
Timestamp:
08/26/08 22:01:11 (3 months ago)
Author:
scitech
Message:

Fixed #1508: Don't show the Member of group line on protected_user_assign.php if no group memberships Fixed #1468: Are you sure you want to delete %s? | custumers domain management Fixed #1503: Debian Etch postfix-tls is a virtual package of postfix Fixed #1485: master.cf in gentoo shouldn't have default of chroot for smtp (thanks pgentoo)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gui/themes/omega_original/client/domains_manage.tpl

    r1290 r1334  
    99<script type="text/javascript"> 
    1010<!-- 
    11 function action_delete(url) { 
    12         if (!confirm("{TR_MESSAGE_DELETE}")) 
     11function action_delete(url,alias_or_subdomain) { 
     12        if (!confirm(sprintf("{TR_MESSAGE_DELETE}", alias_or_subdomain))) 
    1313                return false; 
    1414        location = url; 
  • trunk/gui/themes/omega_original/client/puser_assign.tpl

    r1295 r1334  
    5353                      <td colspan="3" class="content3"><strong>{UNAME}</strong></td> 
    5454                    </tr> 
     55                    <!-- BDP: in_group --> 
    5556                    <tr> 
    5657                      <td width="25">&nbsp;</td> 
     
    6667                      </td> 
    6768                    </tr> 
     69                    <!-- EDP: in_group --> 
     70                    <!-- BDP: not_in_group --> 
    6871                    <tr> 
    69                       <td>&nbsp;</td> 
    70                       <td class="content2"> {TR_SELECT_GROUP}</td> 
     72                      <td width="25">&nbsp;</td> 
     73                      <td width="200" class="content2"> {TR_SELECT_GROUP}</td> 
    7174                      <td class="content"><select name="groups"> 
    7275                          <!-- BDP: grp_avlb --> 
     
    8083                      </td> 
    8184                    </tr> 
     85                    <!-- EDP: not_in_group --> 
    8286                    <tr> 
    8387                      <td>&nbsp;</td>