Use modal dialog for confirm logoff
[citadel.git] / webcit / static / t / iconbar.html
index 65d7d3a9d3d991fe1871ffca8448f3ba19e0dec2..ab386f7c06fbc1139b4927f1cf83b85f63a7ccd4 100644 (file)
@@ -71,7 +71,7 @@
 </ul>
 </div>
 <div id="ib_logoff" class="ib_button">
-<a class="ib_button_link" href="termquit" onclick="return confirm('<?_("Log off now?")>');" title="<?_("Log off")>"><span><?_("Log off")></span></a>
+<a class="ib_button_link" href="javascript:ConfirmLogoff()" title="<?_("Log off")>"><span><?_("Log off")></span></a>
 </div>
 <div id="customize" class="iconbar_text">
   <span><a href="do_template?template=iconbar_edit"><?_("customize this menu")></a></span>