// fix toolbar button IE7, stylesheet edit product Informations Associations

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11166 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vKham
2011-12-13 10:45:21 +00:00
parent c5177871bd
commit 199c3c1990
5 changed files with 53 additions and 18 deletions
+9 -6
View File
@@ -163,13 +163,16 @@ class HelperCore
</script>';
$html .= '
<div style="background-color:#F4E6C9; width:99%;padding:5px 0 5px 5px;">
<a href="#" id="collapse_all" >'.$trads['Collapse All'].'</a>
- <a href="#" id="expand_all" >'.$trads['Expand All'].'</a>
<div class="category-filter">
<span><a href="#" id="collapse_all" >'.$trads['Collapse All'].'</a>
| </span>
<span><a href="#" id="expand_all" >'.$trads['Expand All'].'</a>
'.(!$use_radio ? '
- <a href="#" id="check_all" >'.$trads['Check All'].'</a>
- <a href="#" id="uncheck_all" >'.$trads['Uncheck All'].'</a>
' : '').($use_search ? '<span style="margin-left:20px">'.$trads['search'].' : <form method="post" id="filternameForm"><input type="text" name="search_cat" id="search_cat"></form></span>' : '').'
|</span>
<span> <a href="#" id="check_all" >'.$trads['Check All'].'</a>
|</span>
<span><a href="#" id="uncheck_all" >'.$trads['Uncheck All'].'</a>|</span>
' : '').($use_search ? '<form method="post" id="filternameForm"><span>'.$trads['search'].' : <input type="text" name="search_cat" id="search_cat"></form></span>' : '').'
</div>
';