Changes for page Improvements

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

From version 156.1
edited by Jean-Vincent Drean
on 2010/01/22 12:03
Change comment: There is no comment for this version
To version 169.1
edited by Ecaterina Valica
on 2010/04/16 15:31
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.jvdrean
1 +XWiki.evalica
Content
... ... @@ -6,12 +6,20 @@
6 6  (((
7 7  == Improvements Status ==
8 8  
9 -(% class="statusUnderDevelopment" %)[[Annotations>>Annotations]]
9 +(% class="statusUnderDevelopment" %)[[Selective Export UI>>MultiExport]]
10 10  
11 -(% class="statusUnderDevelopment" %)[[User Profile>>UserProfile]] [[[XE-466]>>http://jira.xwiki.org/jira/browse/XE-466]]
11 +(% class="statusUnderDevelopment" %)[[Gadgets Integration>>Gadgets]]
12 12  
13 +(% class="statusUnderDevelopment" %)[[Rights UI>>Rights]]
14 +
15 +(% class="statusUnderDevelopment" %)[[Color Themes Extensions>>ColorThemesExtensions]]
16 +
13 13  (% class="statusUnderDevelopment" %)[[Improved edit>>ImprovedEdit]]
14 14  
19 +(% class="statusUnderImplementation" %)[[Annotations>>Annotations]]
20 +
21 +(% class="statusIntegrated" %)[[User Profile>>UserProfile]] [[[XE-466]>>http://jira.xwiki.org/jira/browse/XE-466]]
22 +
15 15  (% class="statusIntegrated" %)[[Importer>>Importer]] [[[XWIKI-4692]>>http://jira.xwiki.org/jira/browse/XWIKI-4692]]
16 16  
17 17  (% class="statusIntegrated" %)[[Action Menu>>Improvements.ActionMenu]]
... ... @@ -33,16 +33,29 @@
33 33  
34 34  (% class="left" %)
35 35  (((
44 +== Accesibility ==
45 +
46 +* [[Improvements.Accessibility]]
47 +* [[MobileEmulators]]
48 +
36 36  == Ideas ==
37 37  
38 38  * [[PageState >>PageState]]
39 39  
53 +== External ==
54 +
55 +* [[i10n Improvements>>i10n]]
56 +* [[xwiki.org Improvements>>XWikiOrgv2]]
57 +
40 40  == Other ==
41 41  
42 42  * [[Other Improvements>>Other]]
43 43  )))
44 44  
63 +
64 +
45 45  {{html}}
46 46  <div class="clearfloats"></div>
47 47  {{/html}}
48 -{{include document="Main.Dashboard" /}}
68 +
69 +{{include document="Main.Dashboard"/}}
XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,8 +1,9 @@
1 1  #template('colorThemeInit.vm')
2 2  .separatorLine{
3 3   display: block;
4 - border-bottom: 1px solid $theme.borderColor;
4 + border-bottom: 1px dotted $theme.borderColor;
5 5   line-height:3px;
6 + width: 50%;
6 6  }
7 7  .statusIntegrated ,
8 8  .statusUnderImplementation,