From 20ab73de5248b3418bbbad27850e3d3e093c473c Mon Sep 17 00:00:00 2001 From: cash Date: Mon, 2 Jan 2012 12:45:16 -0500 Subject: added photo tagging - but not displaying or deleting tags yet --- views/default/photos/tagging/help.php | 19 +++++++++++++++++++ views/default/photos/tagging/select.php | 16 ++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 views/default/photos/tagging/help.php create mode 100644 views/default/photos/tagging/select.php (limited to 'views/default/photos/tagging') diff --git a/views/default/photos/tagging/help.php b/views/default/photos/tagging/help.php new file mode 100644 index 000000000..a7f437e51 --- /dev/null +++ b/views/default/photos/tagging/help.php @@ -0,0 +1,19 @@ + elgg_echo('quit'), + 'href' => '#', + 'id' => 'tidypics-tagging-quit', +)); + +$instructions = elgg_echo('tidypics:taginstruct', array($button)); +?> + diff --git a/views/default/photos/tagging/select.php b/views/default/photos/tagging/select.php new file mode 100644 index 000000000..8894af63a --- /dev/null +++ b/views/default/photos/tagging/select.php @@ -0,0 +1,16 @@ + 'tidypics-tagging-select pam hidden', + 'id' => 'tidypics-tagging-select', +)); -- cgit v1.2.3