]> git.wh0rd.org - tt-rss.git/commitdiff
more auxDlg tweaks
authorAndrew Dolgov <fox@bah.org.ru>
Wed, 14 Oct 2009 11:45:47 +0000 (15:45 +0400)
committerAndrew Dolgov <fox@bah.org.ru>
Wed, 14 Oct 2009 11:45:47 +0000 (15:45 +0400)
functions.js
tt-rss.css
tt-rss.php

index 496f760ca56ad96adbf6dde1cb4a6f9ada483ba5..db2b4a8874a2f0ddae5460d84e8eaf6bf4122b2f 100644 (file)
@@ -2207,7 +2207,8 @@ function hideAuxDlg() {
 
 function displayNewContentPrompt(id) {
        try {
-               var msg = __("New articles in &laquo;%s&raquo;. <a href='#' onclick='viewCurrentFeed()'>Click to view</a>.");
+               var msg = __("New articles in &laquo;%s&raquo;.") +
+                       " <a href='#' onclick='viewfeed("+id+")'>" + __('Click to view') + "</a>.";
 
                msg = msg.replace("%s", getFeedName(id));
 
index b08ffba904acf7ccf8305123c99cf87a3aad3809..0172d6c300e3b3d285b23b50e1996c835336b574 100644 (file)
@@ -2242,8 +2242,8 @@ div#cmdline {
 div#auxDlg {
        position : absolute;
        z-index : 3;
-       bottom : 10px;
-       right : 10px;
+       bottom : 5px;
+       right : 25px;
        padding : 5px;
        border-width : 1px;
        border-style : solid;
index 7b87c320f2bcc9ab1e3f4cb5173f952d3ed6e110..9caa666dddb8a3df8833334da71a1acdde0a62f7 100644 (file)
@@ -105,7 +105,7 @@ window.onload = init;
 <div id="infoBoxShadow" style="display : none"><div id="infoBox">&nbsp;</div></div>
 
 <div id="cmdline" style="display : none"></div>
-<div id="auxDlg" style="zdisplay : none"></div>
+<div id="auxDlg" style="display : none"></div>
 
 <div id="errorBoxShadow" style="display : none">
        <div id="errorBox">