Added expand/collapse icons for the Roomlist and Wholist.
authorArt Cancro <ajc@uncensored.citadel.org>
Tue, 12 Apr 2011 03:24:08 +0000 (23:24 -0400)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 20:12:21 +0000 (20:12 +0000)
(They don't work yet.  Placeholders only.)

webcit/static/collapse.gif [new file with mode: 0644]
webcit/static/expand.gif [new file with mode: 0644]
webcit/static/t/iconbar.html

diff --git a/webcit/static/collapse.gif b/webcit/static/collapse.gif
new file mode 100644 (file)
index 0000000..49f5819
Binary files /dev/null and b/webcit/static/collapse.gif differ
diff --git a/webcit/static/expand.gif b/webcit/static/expand.gif
new file mode 100644 (file)
index 0000000..fc968a0
Binary files /dev/null and b/webcit/static/expand.gif differ
index d8e0e91bcf481110c8cd71dc786ca4adf2920f84..abae0cd3723db0529724033edc8c6c05f5ada660 100644 (file)
 </li>
 <??("X",3)>
 <li id="ib_rooms" class="ib_button">
-<a class="ib_button_link" href="knrooms?template=knrooms?SortBy=byfloorroom?SortOrder=1" title="<?_("List all your accessible rooms")>"><span>
-<?_("Rooms")></span>
+<a class="ib_button_link" href="knrooms?template=knrooms?SortBy=byfloorroom?SortOrder=1" title="<?_("List all your accessible rooms")>">
+<img src="static/expand.gif" onClick="alert('Please do not click this button again.')">
+<span><?_("Rooms")></span>
 </a>
 </li>
 <li id="ib_users" class="ib_button">
-<a class="ib_button_link" href="do_template?template=who" title="<?_("See who is online right now")>"><span>
-<?_("Online users")>
-</span>
+<a class="ib_button_link" href="do_template?template=who" title="<?_("See who is online right now")>">
+<img src="static/expand.gif" onClick="alert('Please do not click this button again.')">
+<span><?_("Online users")></span>
 </a>
 <ul id="online_users">
 <li><?_("Loading")></li>