summaryrefslogtreecommitdiff
path: root/core/views
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-05-21 01:31:29 +0000
committerTim Almdal <tnalmdal@shaw.ca>2009-05-21 01:31:29 +0000
commita9e3692027dc767b340242ed18fe7184cbfd883d (patch)
tree125e9d3cdb28c5acdd34e1bc15fe80df030bf8e7 /core/views
parentf24c8f66ea9673d812c882dd7db6fbe49bd01dfb (diff)
1) This provides the editting functionality for albums and photos in the
organize feature. 2) Remove the tag functionality at this point 3) Added a callback to handle validating conflicting names (only used by organize at this point. 4) Closes #231
Diffstat (limited to 'core/views')
-rw-r--r--core/views/organize_edit_general.html.php15
-rw-r--r--core/views/organize_edit_sort.html.php11
2 files changed, 0 insertions, 26 deletions
diff --git a/core/views/organize_edit_general.html.php b/core/views/organize_edit_general.html.php
deleted file mode 100644
index 84e666d8..00000000
--- a/core/views/organize_edit_general.html.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php defined("SYSPATH") or die("No direct script access.") ?>
-<ul>
- <li>
- <label for="title"><?= t("Title") ?></label>
- <div id="title" type="text" class="textbox" ><?= $item->title ?></div>
- </li>
- <li>
- <label for="description"><?= t("Description") ?></label>
- <div id="description" class="textarea" ><?= $item->description ?></div>
- </li>
- <li>
- <label for="dirname"><?= t("Directory Name") ?></label>
- <div id="dirname" type="text" class="textbox" ><?= $item->name ?></div>
- </li>
-</ul>
diff --git a/core/views/organize_edit_sort.html.php b/core/views/organize_edit_sort.html.php
deleted file mode 100644
index 1151b014..00000000
--- a/core/views/organize_edit_sort.html.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php defined("SYSPATH") or die("No direct script access.") ?>
-<ul>
- <li>
- <label for="sortby"><?= t("Sort By") ?></label>
- <div id="sortby" class="textbox"><?= $sort_by ?></div>
- </li>
- <li>
- <label for="sortorder"><?= t("Sort Order") ?></label>
- <div id="sortorder" class="textbox"><?= $sort_order ?></div>
- </li>
-</ul>