]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/iconbar.html
Use modal dialog for confirm logoff
[citadel.git] / webcit / static / t / iconbar.html
index b0f4b7f24992aa1cf7cea5107ec178385d4539f5..ab386f7c06fbc1139b4927f1cf83b85f63a7ccd4 100644 (file)
@@ -52,7 +52,7 @@
 </ul>
 </li>
 <li id="ib_chat" class="ib_button">
-<a class="ib_button_link" href="#" id="ib_chat_launch"><span>
+<a class="ib_button_link" href="chat"><span>
 <?_("Chat")>
 </span>
 </a>
@@ -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>