* add link to the new implementation of roomops
authorWilfried Göesgens <willi@citadel.org>
Tue, 10 Aug 2010 21:23:07 +0000 (21:23 +0000)
committerWilfried Göesgens <willi@citadel.org>
Tue, 10 Aug 2010 21:23:07 +0000 (21:23 +0000)
webcit/static/t/menu/advanced_roomcommands.html

index bc8bb78073a8aeaff9372d9df145086433da8173..82e5ddf45df0a9860112f3e977745d79c1f17caa 100644 (file)
@@ -1,6 +1,7 @@
 <ul class="adminitems">
 <?!("COND:ROOM:EDITACCESS", 1)>
-<li><a href="display_editroom"><?_("Edit or delete this room")></a></li>
+<li><a href="do_template?template=room_edit"><?_("Edit or delete this room")></a></li>
+<li><a href="display_editroom">(old)<?_("Edit or delete this room")></a></li>
 <?!("X", 1)>
 <li><a href="display_private"><?_("Go to a 'hidden' room")></a></li>
 <li><a href="display_entroom"><?_("Create a new room")></a></li>