Changes for page Improvements

Last modified by Ecaterina Moraru on 2013/11/13 12:47

From version 176.34
edited by Ecaterina Valica
on 2010/09/06 11:32
Change comment: There is no comment for this version
To version 176.38
edited by Ecaterina Valica
on 2010/09/06 11:37
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -53,7 +53,7 @@
53 53  
54 54  (% class="statusUnderImplementation" %)((( (% class="mailinglist" %)[[WatchList]] [[[XPWATCHLIST-54]>>http://jira.xwiki.org/jira/browse/XPWATCHLIST-54]] (%%) ))) (%%)
55 55  
56 -(% class="statusUnderImplementation" %)((( (% class="mailinglist" %)[[Login/Delete Boxes>>Improvements.BoxesExample]] [[[XE-434]>>http://jira.xwiki.org/jira/browse/XE-434]] (%%) ))) (%%)
56 +(% class="statusAbandoned" %)((( (% class="mailinglist" %)[[Login/Delete Boxes>>Improvements.BoxesExample]] [[[XE-434]>>http://jira.xwiki.org/jira/browse/XE-434]] (%%) ))) (%%)
57 57  
58 58  (% class="statusIntegrated" %)((( (% class="mailinglist sent" %)[[Search Result List>>Main.ListWebSearch]] [[[XE-395]>>http://jira.xwiki.org/jira/browse/XE-395]] [[[Proposal]>>http://dev.xwiki.org/xwiki/bin/view/Design/NewSearchInterface]] (%%) ))) (%%)
59 59  
XWiki.StyleSheetExtension[0]
Code
... ... @@ -7,8 +7,9 @@
7 7  }
8 8  .statusIntegrated ,
9 9  .statusUnderImplementation,
10 -.statusUnderDevelopment,
11 -.statusUnderDebugging{
10 +.statusUnderDesign,
11 +.statusUnderDebugging,
12 +.statusAbandoned {
12 12   padding-left: 20px;
13 13   margin-left: 20px;
14 14  }
... ... @@ -31,7 +31,7 @@
31 31   background: transparent url($xwiki.getSkinFile("icons/silk/tag.gif")) top left no-repeat;
32 32  }
33 33  .statusUnderDesign{
34 - background: transparent url($xwiki.getSkinFile("icons/silk/time.gif")) top left no-repeat;
35 + background: transparent url($xwiki.getSkinFile("icons/silk/error.gif")) top left no-repeat;
35 35  }
36 36  .statusUnderDebugging{
37 37   background: transparent url($xwiki.getSkinFile("icons/silk/error.gif")) top left no-repeat;