Deleting rooms: Invalid pointers; safeguarrds
[citadel.git] / webcit / static / t / room / edit / tab_admin.html
index 7b4ee233e2b808bb506685ad6764582a8b2e469c..82962de8774560c8b1cba1df27e44421a6a329ea 100644 (file)
@@ -1,17 +1,17 @@
 <div class="tabcontent">
        <ul>
                <li>
-                       <a href="delete_room" onClick="return confirm('<?_("Are you sure you want to delete this room?")>')>
+                       <a href="delete_room?go=<?THISROOM("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")>">
-                               <?_("Set or change the icon for this room's banner")>
+                               <?_("Set or change the icon for this rooms banner")>
                        </a>
                </li>
                <li>
-                       <a href="display_editinfo"><?_("Edit this room's Info file")></a>
+                       <a href="display_editinfo"><?_("Edit this rooms Info file")></a>
                </li>
        </ul>
 </div>