// Merge -> revision 9288

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9289 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-10-12 16:04:28 +00:00
parent 17aa43a4e5
commit 798de9aaea
32 changed files with 1529 additions and 633 deletions
+1 -1
View File
@@ -463,7 +463,7 @@ class AdminImages extends AdminTab
'<br /><br /><div class="hint clear" style="display: block;">&nbsp;'.
$this->l('After moving all of your product images, for best performance go to the ').
'<a style="text-decoration:underline" href="index.php?tab=AdminPPreferences&token='.Tools::getAdminTokenLite('AdminPPreferences').'#PS_LEGACY_IMAGES_on">'.$this->l('product preferences tab').'</a>'.
$this->l(' and set "Activate legacy images compatibility" to NO.').'
$this->l(' and set "Use the legacy image filesystem" to NO.').'
</div>
<center><input type="Submit" name="submitMoveImages'.$this->table.'" value="'.$this->l('Move images').'" class="button space" onclick="return confirm(\''.$this->l('Are you sure?', __CLASS__, true, false).'\');" /></center>
</fieldset>