Deleting rooms: Invalid pointers; safeguarrds
[citadel.git] / webcit / static / t / room / edit / tab_admin.html
1 <div class="tabcontent">
2         <ul>
3                 <li>
4                         <a href="delete_room?go=<?THISROOM("U")>" onClick="return confirm('<?_("Are you sure you want to delete this room?")>')">
5                                 <?_("Delete this room")>
6                         </a>
7                 </li>
8                 <li>
9                         <a href="display_editroompic?which_room=<?ROOMNAME("U")>">
10                                 <?_("Set or change the icon for this rooms banner")>
11                         </a>
12                 </li>
13                 <li>
14                         <a href="display_editinfo"><?_("Edit this rooms Info file")></a>
15                 </li>
16         </ul>
17 </div>