File tree Expand file tree Collapse file tree 28 files changed +686
-503
lines changed
config/alfresco/site-webscripts/org
alfresco/components/dashlets Expand file tree Collapse file tree 28 files changed +686
-503
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,12 @@ of the dashboard and drag the dashlet into one of the columns from the list of d
115
115
Changelog
116
116
---------
117
117
118
+ 0.42:
119
+ - switched to share extras namespace
120
+ - some comments and jsdoc review
121
+ - aligned rowsPerPage / defaultRowsPerPage data types
122
+ - merged some build.xml changes from upstream
123
+
118
124
0.41:
119
125
- better IE support
120
126
- some css cleanup
Original file line number Diff line number Diff line change 1
- build.version =0.41
2
- project.name =sample- audit-dashlet
1
+ build.version =0.42
2
+ project.name =audit-dashlet
3
3
jar.name =${project.name}-${build.version}.jar
Load Diff Large diffs are not rendered by default.
Load Diff This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ <#include "/org/alfresco/components/component.head.inc" >
2
+ <!-- Audit Application dashlet -->
3
+ <@script type="text/javascript" src="${page.url.context}/modules/simple-dialog.js" ></@script >
4
+ <@link rel="stylesheet" type="text/css" href="${page.url.context}/res/extras/components/dashlets/audit-application.css" / >
5
+ <@script type="text/javascript" src="${page.url.context}/res/extras/components/dashlets/audit-application.js" ></@script >
Original file line number Diff line number Diff line change 1
1
<#assign default_height=320 >
2
2
<#assign el=args.htmlid?js_string >
3
3
<script type =" text/javascript" >// <![CDATA[
4
- new Alfresco .dashlet.AuditApplication (" ${el}" ).setOptions (
4
+ new Extras .dashlet.AuditApplication (" ${el}" ).setOptions (
5
5
{
6
6
" componentId" : " ${instance.object.id}" ,
7
7
" application" : " ${args.application!''}" ,
34
34
<div class =" toolbar yui-toolbar" id =" ${el}-toolbar" >
35
35
<div class =" links spaced-height" id =" ${el}-links" >
36
36
<#-- ie7 float bug : the align-right floated element must be declared before the non-floated (left) one... -->
37
- <span class =" spaced-more-left custom-align-right" >
37
+ <span class =" custom-align-right" >
38
38
<a class =" theme-color-1" href =" ${msg(" audit.dashlet.link.help.url " )}" id =" ${el}-help-link" target =" _blank" >${msg("audit.dashlet.link.help") } </a >
39
39
</span >
40
40
41
41
<#if userHasConfigPermission && userIsAdmin >
42
- <span class =" first-child" >
42
+ <#-- for some reason, ie6 ignores the inherited left padding of the link -- wrap in a specific span if on ie6 -->
43
+ <!-- [if IE 6]> <span class="spaced-left"> <![endif]-->
44
+ <span >
43
45
<a class =" theme-color-1" href =" #" id =" ${el}-configure-link" >${msg("audit.dashlet.link.configure") } </a >
44
46
</span >
47
+ <!-- [if IE 6]> </span> <![endif]-->
45
48
</#if >
46
49
</div >
47
50
</div >
You can’t perform that action at this time.
0 commit comments