mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-05 11:19:07 -04:00
The adjustment for before or after based on whether the locales rtl or not is now done in the browser.
This commit is contained in:
@@ -73,9 +73,9 @@ class Organize_Controller extends Controller {
|
||||
access::required("view", $album);
|
||||
access::required("edit", $album);
|
||||
|
||||
if (locales::is_rtl()) { // invert the position if the locale is rtl
|
||||
$before_or_after = $before_or_after == "after" ? "before" : "after";
|
||||
}
|
||||
//if (locales::is_rtl()) { // invert the position if the locale is rtl
|
||||
// $before_or_after = $before_or_after == "after" ? "before" : "after";
|
||||
//}
|
||||
|
||||
$source_ids = Input::instance()->post("source_ids", array());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user