THISROOM ROOM:INFO:PRINT_NAME ROOMNAME - all are now THISROOM:NAME; they were all...
[citadel.git] / webcit / static / t / room / edit / tab_admin.html
index 82962de8774560c8b1cba1df27e44421a6a329ea..9e0f47946e8dc04686e0330b94d380a01696d2e3 100644 (file)
@@ -1,12 +1,12 @@
 <div class="tabcontent">
        <ul>
                <li>
-                       <a href="delete_room?go=<?THISROOM("U")>" onClick="return confirm('<?_("Are you sure you want to delete this room?")>')">
+                       <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=<?ROOMNAME("U")>">
+                       <a href="display_editroompic?which_room=<?THISROOM:NAME("U")>">
                                <?_("Set or change the icon for this rooms banner")>
                        </a>
                </li>