aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorDevlon Duthie <duthied@gmail.com>2011-09-25 19:23:26 -0500
committerDevlon Duthie <duthied@gmail.com>2011-09-25 19:23:26 -0500
commit7285bb2db947836c4b181d3f4c65ce5680542c8c (patch)
tree31674e84a8dce21f0a24c25534ebcceddf5965f7 /view
parent1a3cc02b414909959f073649ad7f222ca8de91bb (diff)
downloadvolse-hubzilla-7285bb2db947836c4b181d3f4c65ce5680542c8c.tar.gz
volse-hubzilla-7285bb2db947836c4b181d3f4c65ce5680542c8c.tar.bz2
volse-hubzilla-7285bb2db947836c4b181d3f4c65ce5680542c8c.zip
added templates to testbubble theme to clarify the delete buttons vsxt on the edit group/drop group
misc. changes to notifications.png for style-specific icons
Diffstat (limited to 'view')
-rw-r--r--view/theme/testbubble/group_drop.tpl8
-rw-r--r--view/theme/testbubble/group_edit.tpl19
-rw-r--r--view/theme/testbubble/notifications.pngbin2253 -> 2946 bytes
3 files changed, 27 insertions, 0 deletions
diff --git a/view/theme/testbubble/group_drop.tpl b/view/theme/testbubble/group_drop.tpl
new file mode 100644
index 000000000..f088fc06f
--- /dev/null
+++ b/view/theme/testbubble/group_drop.tpl
@@ -0,0 +1,8 @@
+<div class="group-delete-wrapper" id="group-delete-wrapper-$id" >
+ <a href="group/drop/$id"
+ onclick="return confirmDelete();"
+ title="$delete"
+ id="group-delete-icon-$id"
+ class="drophide group-delete-icon" onmouseover="imgbright(this);" onmouseout="imgdull(this);" >Delete Group</a>
+</div>
+<div class="group-delete-end"></div>
diff --git a/view/theme/testbubble/group_edit.tpl b/view/theme/testbubble/group_edit.tpl
new file mode 100644
index 000000000..b867568f3
--- /dev/null
+++ b/view/theme/testbubble/group_edit.tpl
@@ -0,0 +1,19 @@
+<h2>$title</h2>
+
+
+<div id="group-edit-wrapper" >
+ <form action="group/$gid" id="group-edit-form" method="post" >
+ <div id="group-edit-name-wrapper" >
+ <label id="group-edit-name-label" for="group-edit-name" >$gname</label>
+ <input type="text" id="group-edit-name" name="groupname" value="$name" />
+ <div id="group-edit-submit-wrapper" >
+ <input type="submit" name="submit" value="$submit" >
+ </div>
+ </div>
+ <div id="group-edit-name-end"></div>
+ $drop
+
+ <div id="group-edit-desc">$desc</div>
+ <div id="group-edit-select-end" ></div>
+ </form>
+</div>
diff --git a/view/theme/testbubble/notifications.png b/view/theme/testbubble/notifications.png
index f0f6a90e8..824eeffb8 100644
--- a/view/theme/testbubble/notifications.png
+++ b/view/theme/testbubble/notifications.png
Binary files differ