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
deleted file mode 100644 (file)
index 52b83f0..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<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>