]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/room/edit/tab_admin.html
Revert "serv_rssclient.c: style update"
[citadel.git] / webcit / static / t / room / edit / tab_admin.html
diff --git a/webcit/static/t/room/edit/tab_admin.html b/webcit/static/t/room/edit/tab_admin.html
new file mode 100644 (file)
index 0000000..52b83f0
--- /dev/null
@@ -0,0 +1,17 @@
+<div class="tabcontent">
+       <ul>
+               <li>
+                       <a href="delete_room?go=<?THISROOM:NAME("U")>" onClick="return confirm('<?_("Are you sure you want to delete this room?")>')">
+                               <?_("Delete this room")>
+                       </a>
+               </li>
+               <li>
+                       <a href="display_editroompic?which_room=<?THISROOM:NAME("U")>">
+                               <?_("Set or change the icon for this rooms banner")>
+                       </a>
+               </li>
+               <li>
+                       <a href="do_template?template=room_edit_info"><?_("Edit this rooms Info file")></a>
+               </li>
+       </ul>
+</div>