summaryrefslogtreecommitdiff
path: root/modules/popup-dialog.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-18 22:26:04 +0300
committerAndrew Dolgov <[email protected]>2010-11-18 22:26:04 +0300
commita83280194a4482c14fac7d8c1940d81c6d089357 (patch)
tree366804cdb29ddfbee49984c03733aff7556bc5a8 /modules/popup-dialog.php
parentfb8b2153acbdfe42edd2dddbc10778812a60c869 (diff)
misc dialog style updates
Diffstat (limited to 'modules/popup-dialog.php')
-rw-r--r--modules/popup-dialog.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index 715ea9655..ad434bd9b 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -321,7 +321,7 @@
print "<input type=\"hidden\" name=\"op\" value=\"rpc\">";
print "<input type=\"hidden\" name=\"subop\" value=\"updateFeedBrowser\">";
- print "
+ print "<div dojoType=\"dijit.Toolbar\">
<div style='float : right'>
<img style='display : none'
id='feed_browser_spinner' src='".
@@ -347,7 +347,7 @@
print "</select> ";
- print "<p>";
+ print "</div>";
$owner_uid = $_SESSION["uid"];