]> git.mxchange.org Git - friendica-addons.git/commitdiff
Merge pull request #292 from annando/1508-accessibilty
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 17 Aug 2015 06:10:31 +0000 (08:10 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 17 Aug 2015 06:10:31 +0000 (08:10 +0200)
Improved accessibility for "forumlist"

buglink/buglink.php
impressum/impressum.css

index 6404307f56ce0dee082f692b52bda44e37d99fee..06eaddbb6a939032b66252759b23877449d3c1b2 100755 (executable)
@@ -12,4 +12,4 @@ function buglink_install() { register_hook('page_end', 'addon/buglink/buglink.ph
 
 function buglink_uninstall() { unregister_hook('page_end', 'addon/buglink/buglink.php', 'buglink_active'); }
 
-function buglink_active(&$a,&$b) { $b .= '<div style="position: fixed; bottom: 5px; left: 5px;"><a href="https://github.com/friendica/friendica/issues" target="_blank" title="' . t('Report Bug') . '"><img src="addon/buglink/bug-x.gif" alt="' . t('Report Bug') . '" /></a></div>'; } 
+function buglink_active(&$a,&$b) { $b .= '<div id="buglink_wrapper" style="position: fixed; bottom: 5px; left: 5px;"><a href="https://github.com/friendica/friendica/issues" target="_blank" title="' . t('Report Bug') . '"><img src="addon/buglink/bug-x.gif" alt="' . t('Report Bug') . '" /></a></div>'; } 
index ec0b5e57608af699e92729d8b2d9cd348bcc8942..8db5f16da9039b449803f05d30c319d1435b8bb8 100644 (file)
@@ -2,3 +2,4 @@
     padding-top: 15px;
     font-size: 0.8em;
 }
+.minimal #impressum_footer { display: none; }