1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 06:35:55 +00:00

remove dialogNotice; tweak dialog appearance a bit

This commit is contained in:
Andrew Dolgov
2013-03-28 14:01:25 +04:00
parent 0f2c475539
commit fcef9eeae0
6 changed files with 28 additions and 21 deletions

View File

@@ -46,7 +46,7 @@ class Share extends Plugin {
AND owner_uid = " . $_SESSION['uid']);
}
print __("You can share this article by the following unique URL:");
print "<h2>". __("You can share this article by the following unique URL:") . "</h2>";
$url_path = get_self_url_prefix();
$url_path .= "/public.php?op=share&key=$uuid";