]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/paging/failed_hook.html
* reorganize some templates into subdirectories
[citadel.git] / webcit / static / t / paging / failed_hook.html
diff --git a/webcit/static/t/paging/failed_hook.html b/webcit/static/t/paging/failed_hook.html
new file mode 100644 (file)
index 0000000..d814fcb
--- /dev/null
@@ -0,0 +1,5 @@
+<script type="text/javascript">
+function PopUpFailed() {
+ alert("<?_("You have one or more instant messages waiting, but the Citadel Instant Messenger window failed to open.  This is probably because you have a popup blocker installed.  Please configure your popup blocker to allow popups from this site if you wish to receive instant messages.")>");
+}
+</script>