summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-14 23:46:49 +0300
committerAndrew Dolgov <[email protected]>2010-11-14 23:46:49 +0300
commit951906dcecb1d3c7bcf751976a03e0c196ca6db0 (patch)
tree7d5d077b03a47cf59755dc2ed3021e8ee2816428 /prefs.php
parent75c510323be9682951412510d82f97d838dcb3bf (diff)
use Modalbox library for popup dialogs
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php15
1 files changed, 2 insertions, 13 deletions
diff --git a/prefs.php b/prefs.php
index 01f0b3ffc..898840e3c 100644
--- a/prefs.php
+++ b/prefs.php
@@ -25,7 +25,7 @@
<head>
<title>Tiny Tiny RSS : Preferences</title>
<link rel="stylesheet" type="text/css" href="tt-rss.css?<?php echo $dt_add ?>"/>
- <link rel="stylesheet" type="text/css" href="infobox.css?<?php echo $dt_add ?>"/>
+ <link rel="stylesheet" type="text/css" href="lib/modalbox/modalbox.css"/>
<?php $user_theme = get_user_theme_path($link);
if ($user_theme) { ?>
@@ -42,6 +42,7 @@
<script type="text/javascript" src="lib/prototype.js"></script>
<script type="text/javascript" src="lib/position.js"></script>
<script type="text/javascript" src="lib/scriptaculous/scriptaculous.js?load=effects,dragdrop,controls"></script>
+ <script type="text/javascript" src="lib/modalbox/modalbox.js"></script>
<script type="text/javascript" charset="utf-8" src="localized_js.php?<?php echo $dt_add ?>"></script>
@@ -133,20 +134,8 @@
</div>
<div id="notify" class="notify"><span id="notify_body">&nbsp;</span></div>
-<div id="infoBoxShadow"><div id="infoBox">BAH</div></div>
<div id="cmdline" style="display : none"></div>
-<div id="errorBoxShadow" style="display : none">
- <div id="errorBox">
- <div id="xebTitle"><?php echo __('Fatal Exception') ?></div><div id="xebContent">&nbsp;</div>
- <div id="xebBtn" align='center'>
- <button onclick="closeErrorBox()"><?php echo __('Close this window') ?></button>
- </div>
- </div>
-</div>
-
-<div id="dialog_overlay" style="display : none"> </div>
-
<div id="prefFooter">
<a href="http://tt-rss.org/">Tiny Tiny RSS</a>
<?php if (!defined('HIDE_VERSION')) { ?>