7b4ee233e2b808bb506685ad6764582a8b2e469c
[citadel.git] / webcit / static / t / room / edit / tab_admin.html
1 <div class="tabcontent">
2         <ul>
3                 <li>
4                         <a href="delete_room" 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 room's banner")>
11                         </a>
12                 </li>
13                 <li>
14                         <a href="display_editinfo"><?_("Edit this room's Info file")></a>
15                 </li>
16         </ul>
17 </div>