diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-02-15 17:52:14 +0100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-02-16 22:14:00 +1100 |
commit | 2202952aab67efcc42f19515ef32191581468c23 (patch) | |
tree | b0c39939d169bcecdabaa47f102773e57976dbec /www-misc | |
parent | www-servers/pound: remove unused patch (diff) | |
download | gentoo-2202952aab67efcc42f19515ef32191581468c23.tar.gz gentoo-2202952aab67efcc42f19515ef32191581468c23.tar.bz2 gentoo-2202952aab67efcc42f19515ef32191581468c23.zip |
www-misc/xxv: remove unused patch
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/xxv/files/xxv-1.0-logerror.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/www-misc/xxv/files/xxv-1.0-logerror.patch b/www-misc/xxv/files/xxv-1.0-logerror.patch deleted file mode 100644 index 3c65bbda47e4..000000000000 --- a/www-misc/xxv/files/xxv-1.0-logerror.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- html/bloecke/tooltip.tmpl (Revision 1189) -+++ html/bloecke/tooltip.tmpl (Arbeitskopie) -@@ -7,6 +7,6 @@ - IF !ttp_offset;ttp_offset = 0;END %?> - <a href="<?% IF link;link;ELSE;"#";END %?>"<?% IF eventid %?> - onmouseover="ttpreq(this, '<?% escape(title) %?> -- <?% IF subtitle.length > 0 %?>~<?% escape(subtitle) %?> -+ <?% IF subtitle && subtitle.length > 0 %?>~<?% escape(subtitle) %?> - <?% END %?>',<?% eventid %?>, <?% ttp_offset %?>);" - <?% END %?> > -Index: html/tlist.tmpl -=================================================================== ---- html/tlist.tmpl (Revision 1189) -+++ html/tlist.tmpl (Arbeitskopie) -@@ -51,10 +51,10 @@ - <?% END %?> - </tr> - <?% FOREACH zeile = data %?> -- <?% aktiv = ( zeile.1 mod 2 ); -- vps = zeile.1 mod 8 div 4; -+ <?% aktiv= ( zeile.1 ? zeile.1 mod 2 : 0 ); -+ vps= ( zeile.1 ? zeile.1 mod 8 div 4 : 0 ); - day = date.format(zeile.9, "%A, %x", locale); -- IF aktiv; rest = rest - zeile.last; END; -+ IF aktiv; rest = rest - zeile.13; END; - %?> - <?% IF oldDay != day %?> - <tr><td colspan='<?% zeile.size + 1 %?>' bgcolor='#DDDDDD'><b><?% day %?></b></td><tr> - |