summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-12-24 22:25:07 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-12-24 22:25:07 +0000
commitf7aae91e64d7033e65574d9160ea54306949108b (patch)
treec6b64779cb4b756b797bdce80e136b9ed8827e71 /admin
parent4f62ddabd9d4e638b9b427f834a72d710bd29167 (diff)
downloadfisheye-f7aae91e64d7033e65574d9160ea54306949108b.tar.gz
fisheye-f7aae91e64d7033e65574d9160ea54306949108b.tar.bz2
fisheye-f7aae91e64d7033e65574d9160ea54306949108b.zip
remove auto numbering option - automagically disable when default sort_mode has been set
Diffstat (limited to 'admin')
-rw-r--r--admin/admin_fisheye_inc.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/admin/admin_fisheye_inc.php b/admin/admin_fisheye_inc.php
index 6c24ca3..876ef72 100644
--- a/admin/admin_fisheye_inc.php
+++ b/admin/admin_fisheye_inc.php
@@ -92,10 +92,6 @@ $formGalleryLists = array(
'note' => 'You can use a &lt;div&gt; based layout, which will adjust the number of images in each row to the width of the browser. Please visit the online help for more information.',
'page' => 'FisheyePackage',
),
- "fisheye_gallery_upload_noorder" => array(
- 'label' => "Don't set order",
- 'note' => "Don't set the order when uploading more than one item i.e. position of all items will be equal until set manually.",
- ),
);
$gBitSmarty->assign( 'formGalleryLists',$formGalleryLists );