[bugzilla-gnome-org-customizations/production] Revert "Add a custom "My bugs" icon to front page (link to DescribeUser)"



commit 3568fb09002e886d828b0229a30137f7b58694fc
Author: Andre Klapper <a9016009 gmx de>
Date:   Fri Feb 13 23:54:58 2015 +0100

    Revert "Add a custom "My bugs" icon to front page (link to DescribeUser)"
    
    This reverts commit 3d63866b6c077f98403416909d13d2f053255cc9.

 .../template/en/default/hook/index-outro.html.tmpl |    5 +++++
 .../template/en/default/index.html.tmpl            |    6 ------
 skins/contrib/Gnome/index.css                      |    2 --
 skins/contrib/Gnome/index/my-bugs.png              |  Bin 4278 -> 0 bytes
 4 files changed, 5 insertions(+), 8 deletions(-)
---
diff --git a/extensions/Browse/template/en/default/hook/index-outro.html.tmpl 
b/extensions/Browse/template/en/default/hook/index-outro.html.tmpl
index 269e454..768b122 100644
--- a/extensions/Browse/template/en/default/hook/index-outro.html.tmpl
+++ b/extensions/Browse/template/en/default/hook/index-outro.html.tmpl
@@ -6,6 +6,11 @@
 
   <div id="commonqueries">
     <h2>Common links</h2>
+    [% IF user.id %]
+      <div>
+        <a href="page.cgi?id=describeuser.html">Reported by and assigned to me</a>
+      </div>
+    [% END %]
     <div>
       <a href="buglist.cgi?chfield=%5BBug%20creation%5D&amp;chfieldfrom=5d">Created in last 5 days</a>
     </div>
diff --git a/extensions/TemplateOverrides/template/en/default/index.html.tmpl 
b/extensions/TemplateOverrides/template/en/default/index.html.tmpl
index d6bb45d..db13ede 100644
--- a/extensions/TemplateOverrides/template/en/default/index.html.tmpl
+++ b/extensions/TemplateOverrides/template/en/default/index.html.tmpl
@@ -71,12 +71,6 @@
 
         <div class="bz_common_actions">
           <ul>
-            [% IF user.id %]
-            <li>
-              <a id="my_bugs" href="page.cgi?id=describeuser.html">
-              <span>My [% terms.Bugs %]</span></a>
-            </li>
-            [% END %]
             <li>
               <a id="enter_bug" href="enter_bug.cgi"><span>File
               [%= terms.aBug %]</span></a>
diff --git a/skins/contrib/Gnome/index.css b/skins/contrib/Gnome/index.css
index 885fef5..15a8164 100644
--- a/skins/contrib/Gnome/index.css
+++ b/skins/contrib/Gnome/index.css
@@ -6,8 +6,6 @@
  * defined by the Mozilla Public License, v. 2.0.
  */
 
-    /* link to DescribeUser - bug 744445 */
-    #my_bugs   { background: url(index/my-bugs.png)     no-repeat; }
     /* 1:1 copy from standard skin so BZ picks up custom frontpage images - bug 744236 */
     #enter_bug { background: url(index/file-a-bug.png)     no-repeat; }
     #query     { background: url(index/search.png)  no-repeat; }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]