Post by LeorLindel » Wed Nov 10, 2010 6:35 pm

Hi,

Please excuse my English, I used Google Translation.

So that clickable "Select All" and "Deselect All" are more visible and not stuck in the text box to select each file where they are, I chose to make them appear in bud.

In admin/view/template/common/header.tpl,

Find this line (52):

Code: Select all

       $(this).after('<span><a onclick="$(\'' + sbox + ' :checkbox\').attr(\'checked\', \'checked\');"><u><?php echo $text_select_all; ?></u></a> / <a onclick="$(\'' + sbox + ' :checkbox\').attr(\'checked\', \'\');"><u><?php echo $text_unselect_all; ?></u></a></span>');
replace with:

Code: Select all

       $(this).after('<br /><a class="button" onclick="$(\'' + sbox + ' :checkbox\').attr(\'checked\', \'checked\');"><u><span><?php echo $text_select_all; ?></span></u></a>&nbsp;<a class="button" onclick="$(\'' + sbox + ' :checkbox\').attr(\'checked\', \'\');"><u><span><?php echo $text_unselect_all; ?></span></u></a></span>');
it will look like this
button_select.png

button_select.png (46.82 KiB) Viewed 1050 times


Tous les packs de langues Française depuis la v1.4.7 et toutes les versions intégrales 100 % Français sont disponibles sur le Portail Officiel Français.

Image


User avatar
Active Member

Posts

Joined
Mon Feb 22, 2010 8:05 pm
Who is online

Users browsing this forum: No registered users and 8 guests