active-list 4.2.4 → 5.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/VERSION +1 -1
- data/{lib → app}/assets/images/active-list.png +0 -0
- data/app/assets/images/active-list.svg +415 -0
- data/{lib/assets/javascripts/active-list.jquery.js → app/assets/javascripts/active_list.jquery.js} +2 -2
- data/app/assets/stylesheets/active_list.css.scss +7 -0
- data/{lib/active-list/compass/stylesheets/active-list/_background.scss → app/assets/stylesheets/active_list/background.scss} +10 -8
- data/{lib/active-list/compass/stylesheets/active-list/_minimal.scss → app/assets/stylesheets/active_list/minimal.scss} +16 -16
- data/{lib/active-list/compass/stylesheets/active-list/_theme.scss → app/assets/stylesheets/active_list/theme.scss} +37 -37
- data/lib/active-list.rb +1 -37
- data/lib/active_list.rb +43 -0
- data/lib/active_list/action_pack.rb +46 -0
- data/lib/active_list/definition.rb +17 -0
- data/lib/active_list/definition/abstract_column.rb +54 -0
- data/lib/active_list/definition/action_column.rb +76 -0
- data/lib/active_list/definition/association_column.rb +80 -0
- data/lib/active_list/definition/attribute_column.rb +58 -0
- data/lib/active_list/definition/check_box_column.rb +17 -0
- data/lib/active_list/definition/data_column.rb +88 -0
- data/lib/active_list/definition/empty_column.rb +10 -0
- data/lib/active_list/definition/field_column.rb +20 -0
- data/lib/active_list/definition/status_column.rb +10 -0
- data/lib/active_list/definition/table.rb +159 -0
- data/lib/active_list/definition/text_field_column.rb +10 -0
- data/lib/active_list/exporters.rb +28 -0
- data/lib/active_list/exporters/abstract_exporter.rb +55 -0
- data/lib/active_list/exporters/csv_exporter.rb +32 -0
- data/lib/active_list/exporters/excel_csv_exporter.rb +38 -0
- data/lib/active_list/exporters/open_document_spreadsheet_exporter.rb +82 -0
- data/lib/active_list/generator.rb +122 -0
- data/lib/active_list/generator/finder.rb +150 -0
- data/lib/active_list/helpers.rb +33 -0
- data/lib/{active-list → active_list}/rails/engine.rb +3 -2
- data/lib/active_list/renderers.rb +25 -0
- data/lib/active_list/renderers/abstract_renderer.rb +29 -0
- data/lib/active_list/renderers/simple_renderer.rb +356 -0
- metadata +74 -55
- data/lib/active-list/action_pack.rb +0 -48
- data/lib/active-list/columns/action_column.rb +0 -83
- data/lib/active-list/columns/data_column.rb +0 -151
- data/lib/active-list/columns/field_column.rb +0 -29
- data/lib/active-list/compass/stylesheets/_active-list.scss +0 -7
- data/lib/active-list/definition.rb +0 -103
- data/lib/active-list/exporters.rb +0 -71
- data/lib/active-list/exporters/csv_exporter.rb +0 -30
- data/lib/active-list/exporters/excel_csv_exporter.rb +0 -36
- data/lib/active-list/exporters/open_document_spreadsheet_exporter.rb +0 -81
- data/lib/active-list/finder.rb +0 -134
- data/lib/active-list/generator.rb +0 -88
- data/lib/active-list/renderers.rb +0 -28
- data/lib/active-list/renderers/simple_renderer.rb +0 -335
- data/lib/assets/stylesheets/active-list.css.scss +0 -7
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: b1cbaa8a5235b0ac387c406d0a57b50090c30392
|
4
|
+
data.tar.gz: b39a11d004ef6df27874d7f9aa5aeab2d667e19e
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 50104d8b70cdb9c01a1c75aab24b6aaff0a50c80f148ab921fd9e7c034d843840dbbc9c7da3c7cb052290d448726138522f1feb56778b2309e2f38f9a7776d05
|
7
|
+
data.tar.gz: de852d95481649715ebe7361d436d28f73088fbdf687a8ea69ef6fbcab5c120d96f0317bb21a0a6e5319262fe7c2e679fffda81ef26e8bc05ca4a63af253645b
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
5.0.0
|
File without changes
|
@@ -0,0 +1,415 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
10
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
+
width="256"
|
14
|
+
height="16"
|
15
|
+
id="svg2"
|
16
|
+
sodipodi:version="0.32"
|
17
|
+
inkscape:version="0.47 r22583"
|
18
|
+
version="1.0"
|
19
|
+
inkscape:export-xdpi="90"
|
20
|
+
inkscape:export-ydpi="90"
|
21
|
+
sodipodi:docname="active-list.svg"
|
22
|
+
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
23
|
+
inkscape:export-filename="active-list.png">
|
24
|
+
<defs
|
25
|
+
id="defs4">
|
26
|
+
<linearGradient
|
27
|
+
id="linearGradient4211">
|
28
|
+
<stop
|
29
|
+
id="stop4213"
|
30
|
+
offset="0"
|
31
|
+
style="stop-color:#000000;stop-opacity:0.66666669;" />
|
32
|
+
<stop
|
33
|
+
id="stop4215"
|
34
|
+
offset="1"
|
35
|
+
style="stop-color:#000000;stop-opacity:0;" />
|
36
|
+
</linearGradient>
|
37
|
+
<linearGradient
|
38
|
+
id="linearGradient3708">
|
39
|
+
<stop
|
40
|
+
style="stop-color:#000000;stop-opacity:0.66666669;"
|
41
|
+
offset="0"
|
42
|
+
id="stop3710" />
|
43
|
+
<stop
|
44
|
+
style="stop-color:#000000;stop-opacity:0;"
|
45
|
+
offset="1"
|
46
|
+
id="stop3712" />
|
47
|
+
</linearGradient>
|
48
|
+
<linearGradient
|
49
|
+
id="linearGradient3877">
|
50
|
+
<stop
|
51
|
+
style="stop-color:#d0d0d0;stop-opacity:1;"
|
52
|
+
offset="0"
|
53
|
+
id="stop3879" />
|
54
|
+
<stop
|
55
|
+
style="stop-color:#ffffff;stop-opacity:1;"
|
56
|
+
offset="1"
|
57
|
+
id="stop3881" />
|
58
|
+
</linearGradient>
|
59
|
+
<linearGradient
|
60
|
+
inkscape:collect="always"
|
61
|
+
xlink:href="#linearGradient3708"
|
62
|
+
id="linearGradient3714"
|
63
|
+
x1="304"
|
64
|
+
y1="-5.5"
|
65
|
+
x2="304"
|
66
|
+
y2="1"
|
67
|
+
gradientUnits="userSpaceOnUse"
|
68
|
+
gradientTransform="translate(-16,-1)" />
|
69
|
+
<linearGradient
|
70
|
+
inkscape:collect="always"
|
71
|
+
xlink:href="#linearGradient3877"
|
72
|
+
id="linearGradient3743"
|
73
|
+
x1="2"
|
74
|
+
y1="21.375"
|
75
|
+
x2="13"
|
76
|
+
y2="27.0625"
|
77
|
+
gradientUnits="userSpaceOnUse"
|
78
|
+
gradientTransform="translate(288,-32)" />
|
79
|
+
<linearGradient
|
80
|
+
inkscape:collect="always"
|
81
|
+
xlink:href="#linearGradient3877"
|
82
|
+
id="linearGradient3344"
|
83
|
+
gradientUnits="userSpaceOnUse"
|
84
|
+
gradientTransform="translate(192,-16)"
|
85
|
+
x1="273.5"
|
86
|
+
y1="1.6875"
|
87
|
+
x2="286.5625"
|
88
|
+
y2="13.75" />
|
89
|
+
<inkscape:perspective
|
90
|
+
id="perspective3400"
|
91
|
+
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
92
|
+
inkscape:vp_z="1 : 0.5 : 1"
|
93
|
+
inkscape:vp_y="0 : 1000 : 0"
|
94
|
+
inkscape:vp_x="0 : 0.5 : 1"
|
95
|
+
sodipodi:type="inkscape:persp3d" />
|
96
|
+
<linearGradient
|
97
|
+
inkscape:collect="always"
|
98
|
+
xlink:href="#linearGradient3708-5"
|
99
|
+
id="linearGradient3714-7"
|
100
|
+
x1="304"
|
101
|
+
y1="-5.5"
|
102
|
+
x2="304"
|
103
|
+
y2="1"
|
104
|
+
gradientUnits="userSpaceOnUse"
|
105
|
+
gradientTransform="translate(-16,-1)" />
|
106
|
+
<linearGradient
|
107
|
+
id="linearGradient3708-5">
|
108
|
+
<stop
|
109
|
+
style="stop-color:#000000;stop-opacity:0;"
|
110
|
+
offset="0"
|
111
|
+
id="stop3710-2" />
|
112
|
+
<stop
|
113
|
+
style="stop-color:#000000;stop-opacity:0.66666669;"
|
114
|
+
offset="1"
|
115
|
+
id="stop3712-1" />
|
116
|
+
</linearGradient>
|
117
|
+
<radialGradient
|
118
|
+
inkscape:collect="always"
|
119
|
+
xlink:href="#linearGradient3708-5"
|
120
|
+
id="radialGradient4209"
|
121
|
+
cx="40.650188"
|
122
|
+
cy="29.570824"
|
123
|
+
fx="40.650188"
|
124
|
+
fy="29.570824"
|
125
|
+
r="6"
|
126
|
+
gradientTransform="matrix(1.2698105e-8,-0.75019625,1.2604169,2.8185411e-8,214.85343,28.495618)"
|
127
|
+
gradientUnits="userSpaceOnUse" />
|
128
|
+
<radialGradient
|
129
|
+
inkscape:collect="always"
|
130
|
+
xlink:href="#linearGradient3708-5"
|
131
|
+
id="radialGradient4221"
|
132
|
+
gradientUnits="userSpaceOnUse"
|
133
|
+
gradientTransform="matrix(1.2698105e-8,-0.75019625,1.2604169,2.8185411e-8,214.85343,28.495618)"
|
134
|
+
cx="40.650188"
|
135
|
+
cy="29.570824"
|
136
|
+
fx="40.650188"
|
137
|
+
fy="29.570824"
|
138
|
+
r="6" />
|
139
|
+
</defs>
|
140
|
+
<sodipodi:namedview
|
141
|
+
id="base"
|
142
|
+
pagecolor="#6f6f6f"
|
143
|
+
bordercolor="#666666"
|
144
|
+
borderopacity="1.0"
|
145
|
+
inkscape:pageopacity="0"
|
146
|
+
inkscape:pageshadow="2"
|
147
|
+
inkscape:zoom="16"
|
148
|
+
inkscape:cx="14.740899"
|
149
|
+
inkscape:cy="2.590179"
|
150
|
+
inkscape:document-units="px"
|
151
|
+
inkscape:current-layer="layer1"
|
152
|
+
showguides="true"
|
153
|
+
showgrid="true"
|
154
|
+
inkscape:showpageshadow="false"
|
155
|
+
gridtolerance="0.4px"
|
156
|
+
inkscape:guide-bbox="true"
|
157
|
+
inkscape:window-width="1680"
|
158
|
+
inkscape:window-height="949"
|
159
|
+
inkscape:window-x="0"
|
160
|
+
inkscape:window-y="25"
|
161
|
+
inkscape:window-maximized="1">
|
162
|
+
<inkscape:grid
|
163
|
+
id="GridFromPre046Settings"
|
164
|
+
type="xygrid"
|
165
|
+
originx="0px"
|
166
|
+
originy="0px"
|
167
|
+
spacingx="1px"
|
168
|
+
spacingy="1px"
|
169
|
+
color="#3f3fff"
|
170
|
+
empcolor="#b73fff"
|
171
|
+
opacity="0.15294118"
|
172
|
+
empopacity="0.3372549"
|
173
|
+
empspacing="8"
|
174
|
+
visible="true"
|
175
|
+
enabled="true"
|
176
|
+
snapvisiblegridlinesonly="false" />
|
177
|
+
</sodipodi:namedview>
|
178
|
+
<metadata
|
179
|
+
id="metadata7">
|
180
|
+
<rdf:RDF>
|
181
|
+
<cc:Work
|
182
|
+
rdf:about="">
|
183
|
+
<dc:format>image/svg+xml</dc:format>
|
184
|
+
<dc:type
|
185
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
186
|
+
<dc:title></dc:title>
|
187
|
+
</cc:Work>
|
188
|
+
<cc:Work
|
189
|
+
rdf:about="">
|
190
|
+
<dc:format>image/svg+xml</dc:format>
|
191
|
+
<dc:type
|
192
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
193
|
+
</cc:Work>
|
194
|
+
</rdf:RDF>
|
195
|
+
</metadata>
|
196
|
+
<g
|
197
|
+
inkscape:label="Base"
|
198
|
+
inkscape:groupmode="layer"
|
199
|
+
id="layer1"
|
200
|
+
transform="translate(-240,16)">
|
201
|
+
<path
|
202
|
+
style="fill:#000000;fill-opacity:0.66666667;fill-rule:nonzero;stroke:none"
|
203
|
+
d="M 424,-14 L 418.5,-9 L 421.25,-9 L 424,-11.5 L 426.75,-9 L 429.5,-9 L 424,-14 z"
|
204
|
+
id="up3"
|
205
|
+
sodipodi:nodetypes="ccccccc"
|
206
|
+
inkscape:export-filename="sort-up.png"
|
207
|
+
inkscape:export-xdpi="90"
|
208
|
+
inkscape:export-ydpi="90" />
|
209
|
+
<path
|
210
|
+
style="fill:#000000;fill-opacity:0.66666667;fill-rule:nonzero;stroke:none"
|
211
|
+
d="M 247.12495,0 L 246.8437,1.28125 L 246.6562,2.5 L 245.37495,3 L 244.4062,2.21875 L 243.3437,1.4375 L 241.68745,2.96875 L 242.43745,4.0625 L 243.1562,5.0625 L 242.5937,6.3125 L 241.3437,6.46875 L 240.0312,6.65625 L 240,8.875001 L 241.28125,9.15625 L 242.5,9.34375 L 243,10.625001 L 242.21875,11.59375 L 241.4375,12.65625 L 242.96875,14.3125 L 244.0625,13.5625 L 245.0625,12.84375 L 246.3125,13.40625 L 246.46875,14.65625 L 246.65625,15.96875 L 248.875,16 L 249.15625,14.71875 L 249.34375,13.5 L 250.625,13 L 251.59375,13.78125 L 252.65625,14.5625 L 254.3125,13.03125 L 253.5625,11.9375 L 252.84375,10.9375 L 253.40625,9.6875 L 254.65625,9.53125 L 255.96875,9.34375 L 255.99995,7.125001 L 254.7187,6.84375 L 253.49995,6.65625 L 252.99995,5.374999 L 253.7812,4.40625 L 254.56245,3.34375 L 253.0312,1.6875 L 251.93745,2.4375 L 250.93745,3.15625 L 249.68745,2.59375 L 249.5312,1.34375 L 249.3437,0.03125 L 247.12495,0 z M 247.9687,5 C 249.62457,4.98086 250.97965,6.312863 250.99995,7.96875 C 251.02025,9.624637 249.68706,10.980859 248.0312,11 C 246.37533,11.01914 245.02025,9.687137 244.99995,8.03125 C 244.97965,6.375363 246.31284,5.019142 247.9687,5 z"
|
212
|
+
id="path4226-90"
|
213
|
+
inkscape:export-filename="list-start.png"
|
214
|
+
inkscape:export-xdpi="90"
|
215
|
+
inkscape:export-ydpi="90" />
|
216
|
+
<path
|
217
|
+
sodipodi:nodetypes="ccccccc"
|
218
|
+
style="fill:#000000;fill-opacity:0.66666667;fill-rule:nonzero;stroke:none"
|
219
|
+
id="path2947-4"
|
220
|
+
d="M 258.99995,-10.979318 L 262.8947,-7.098265 L 268.99995,-13 L 268.99995,-9.027149 L 262.8947,-3 L 258.99995,-6.896331 L 258.99995,-10.979318 z" />
|
221
|
+
<path
|
222
|
+
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3714);fill-opacity:1;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Arial;-inkscape-font-specification:Arial"
|
223
|
+
d="M 272,-16 L 272,0 L 274,0 L 274,-10 L 279,-10 L 279,0 L 281,0 L 281,-10 L 286,-10 L 286,0 L 288,0 L 288,-16 L 272,-16 z M 274,-14 L 279,-14 L 279,-12 L 274,-12 L 274,-14 z M 281,-14 L 286,-14 L 286,-12 L 281,-12 L 281,-14 z"
|
224
|
+
id="path2917"
|
225
|
+
sodipodi:nodetypes="ccccccccccccccccccccccc"
|
226
|
+
inkscape:export-xdpi="90"
|
227
|
+
inkscape:export-ydpi="90"
|
228
|
+
inkscape:export-filename="columns.png" />
|
229
|
+
<path
|
230
|
+
style="opacity:0.7;fill:url(#linearGradient3743);fill-opacity:1;stroke:none"
|
231
|
+
d="M 290,-15 L 297.1875,-15 L 301,-11.5 L 301,-1 L 290,-1 L 290,-15 z"
|
232
|
+
id="path3735"
|
233
|
+
sodipodi:nodetypes="cccccc" />
|
234
|
+
<path
|
235
|
+
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#000000;fill-opacity:0.66666667;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Arial;-inkscape-font-specification:Arial"
|
236
|
+
d="M 289,-16 L 289,0 L 302,0 L 302,-11.9375 L 297.875,-16 L 289,-16 z M 291,-14 L 297,-14 L 297,-11 L 300,-11 L 300,-2 L 291,-2 L 291,-14 z"
|
237
|
+
id="path2913"
|
238
|
+
sodipodi:nodetypes="ccccccccccccc" />
|
239
|
+
<path
|
240
|
+
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#000000;fill-opacity:0.66666667;stroke:none;stroke-width:1.99999988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Arial;-inkscape-font-specification:Arial"
|
241
|
+
d="M 306,-15 L 306,-13 L 318,-13 L 318,-15 L 306,-15 z M 306,-11 L 306,-9 L 318,-9 L 318,-11 L 306,-11 z M 306,-7 L 306,-5 L 318,-5 L 318,-7 L 306,-7 z M 306,-3 L 306,-1 L 318,-1 L 318,-3 L 306,-3 z"
|
242
|
+
id="path3691"
|
243
|
+
inkscape:export-filename="pages.png"
|
244
|
+
inkscape:export-xdpi="90"
|
245
|
+
inkscape:export-ydpi="90" />
|
246
|
+
<rect
|
247
|
+
style="opacity:0.7;fill:url(#linearGradient3344);fill-opacity:1;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
248
|
+
id="rect3723"
|
249
|
+
width="14"
|
250
|
+
height="14"
|
251
|
+
x="465"
|
252
|
+
y="-15"
|
253
|
+
inkscape:export-filename="checked.png"
|
254
|
+
inkscape:export-xdpi="90"
|
255
|
+
inkscape:export-ydpi="90" />
|
256
|
+
<use
|
257
|
+
x="0"
|
258
|
+
y="0"
|
259
|
+
xlink:href="#path2947-4"
|
260
|
+
id="use2939"
|
261
|
+
transform="translate(208.00005,0)"
|
262
|
+
width="96"
|
263
|
+
height="32"
|
264
|
+
style="fill:#000000;fill-opacity:0.66666667" />
|
265
|
+
<rect
|
266
|
+
style="fill:none;stroke:#5555ff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0;stroke-dasharray:none"
|
267
|
+
id="rect2943"
|
268
|
+
width="14"
|
269
|
+
height="14"
|
270
|
+
x="465"
|
271
|
+
y="-15" />
|
272
|
+
<use
|
273
|
+
x="0"
|
274
|
+
y="0"
|
275
|
+
xlink:href="#rect3723"
|
276
|
+
id="use3733"
|
277
|
+
transform="translate(16,0)"
|
278
|
+
width="96"
|
279
|
+
height="32"
|
280
|
+
inkscape:export-filename="unchecked.png"
|
281
|
+
inkscape:export-xdpi="90"
|
282
|
+
inkscape:export-ydpi="90" />
|
283
|
+
<use
|
284
|
+
x="0"
|
285
|
+
y="0"
|
286
|
+
xlink:href="#up3"
|
287
|
+
id="use2924"
|
288
|
+
transform="matrix(1,0,0,-1,0,-16.000006)"
|
289
|
+
width="96"
|
290
|
+
height="32"
|
291
|
+
inkscape:export-filename="sort-down.png"
|
292
|
+
inkscape:export-xdpi="90"
|
293
|
+
inkscape:export-ydpi="90"
|
294
|
+
style="fill:#555555;fill-opacity:1" />
|
295
|
+
<path
|
296
|
+
style="fill:#000000;fill-opacity:0.66666667;fill-rule:nonzero;stroke:none"
|
297
|
+
d="M 355,-8 L 361.375,-16 L 364,-16 L 357.625,-8 L 364,0 L 361.375,0 L 355,-8 z"
|
298
|
+
id="path4015-8-4-6-8"
|
299
|
+
sodipodi:nodetypes="ccccccc"
|
300
|
+
inkscape:export-filename="home.png"
|
301
|
+
inkscape:export-xdpi="90"
|
302
|
+
inkscape:export-ydpi="90" />
|
303
|
+
<g
|
304
|
+
id="g3914"
|
305
|
+
transform="translate(79,16)"
|
306
|
+
inkscape:export-filename="previous-page.png"
|
307
|
+
inkscape:export-xdpi="90"
|
308
|
+
inkscape:export-ydpi="90">
|
309
|
+
<path
|
310
|
+
style="fill:#baba6a;fill-opacity:0.66666667;stroke:none"
|
311
|
+
d="M 25.8125,16.125 L 19.4375,24 L 25.8125,32 L 28.5625,32 L 22.125,24 L 28.625,16 L 25.8125,16.125 z"
|
312
|
+
id="path4056"
|
313
|
+
transform="translate(241,-48)"
|
314
|
+
sodipodi:nodetypes="ccccccc" />
|
315
|
+
<use
|
316
|
+
height="32"
|
317
|
+
width="96"
|
318
|
+
transform="translate(-92,-16)"
|
319
|
+
id="use3904"
|
320
|
+
xlink:href="#path4015-8-4-6-8"
|
321
|
+
y="0"
|
322
|
+
x="0" />
|
323
|
+
<use
|
324
|
+
height="32"
|
325
|
+
width="96"
|
326
|
+
transform="translate(-97,-16)"
|
327
|
+
id="use3906"
|
328
|
+
xlink:href="#path4015-8-4-6-8"
|
329
|
+
y="0"
|
330
|
+
x="0" />
|
331
|
+
</g>
|
332
|
+
<g
|
333
|
+
id="g3958"
|
334
|
+
transform="translate(80,16)"
|
335
|
+
inkscape:export-filename="begin.png"
|
336
|
+
inkscape:export-xdpi="90"
|
337
|
+
inkscape:export-ydpi="90">
|
338
|
+
<use
|
339
|
+
height="32"
|
340
|
+
width="96"
|
341
|
+
transform="translate(-95,-16)"
|
342
|
+
id="use3918"
|
343
|
+
xlink:href="#g3914"
|
344
|
+
y="0"
|
345
|
+
x="0" />
|
346
|
+
<rect
|
347
|
+
inkscape:export-ydpi="90"
|
348
|
+
inkscape:export-xdpi="90"
|
349
|
+
inkscape:export-filename="home.png"
|
350
|
+
y="-32"
|
351
|
+
x="240"
|
352
|
+
height="16"
|
353
|
+
width="2"
|
354
|
+
id="rect2994-3-0"
|
355
|
+
style="fill:#000000;fill-opacity:0.66666669;fill-rule:nonzero;stroke:none" />
|
356
|
+
</g>
|
357
|
+
<use
|
358
|
+
x="0"
|
359
|
+
y="0"
|
360
|
+
xlink:href="#path4015-8-4-6-8"
|
361
|
+
id="use3962"
|
362
|
+
transform="matrix(-1,0,0,1,736,0)"
|
363
|
+
width="96"
|
364
|
+
height="32" />
|
365
|
+
<use
|
366
|
+
x="0"
|
367
|
+
y="0"
|
368
|
+
xlink:href="#g3914"
|
369
|
+
id="use3964"
|
370
|
+
transform="matrix(-1,0,0,1,736,0)"
|
371
|
+
width="96"
|
372
|
+
height="32" />
|
373
|
+
<use
|
374
|
+
x="0"
|
375
|
+
y="0"
|
376
|
+
xlink:href="#g3958"
|
377
|
+
id="use3966"
|
378
|
+
transform="matrix(-1,0,0,1,736,0)"
|
379
|
+
width="96"
|
380
|
+
height="32"
|
381
|
+
inkscape:export-filename="end.png"
|
382
|
+
inkscape:export-xdpi="90"
|
383
|
+
inkscape:export-ydpi="90" />
|
384
|
+
<use
|
385
|
+
x="0"
|
386
|
+
y="0"
|
387
|
+
xlink:href="#up3"
|
388
|
+
id="use3340"
|
389
|
+
transform="translate(16,3.5)"
|
390
|
+
width="112"
|
391
|
+
height="32" />
|
392
|
+
<use
|
393
|
+
x="0"
|
394
|
+
y="0"
|
395
|
+
xlink:href="#use2924"
|
396
|
+
id="use3342"
|
397
|
+
transform="translate(32,-3.499994)"
|
398
|
+
width="112"
|
399
|
+
height="32" />
|
400
|
+
<g
|
401
|
+
id="g4217"
|
402
|
+
transform="translate(-0.125,0)">
|
403
|
+
<path
|
404
|
+
sodipodi:nodetypes="ccccccccccccccccccccccccccc"
|
405
|
+
id="path2917-3"
|
406
|
+
d="M 240.125,-16 L 240.125,-4 L 240.125,-2 L 252.125,-2 L 252.125,-4 L 252.125,-16 L 240.125,-16 z M 242.125,-14 L 245.125,-14 L 245.125,-12 L 242.125,-12 L 242.125,-14 z M 247.125,-14 L 250.125,-14 L 250.125,-12 L 247.125,-12 L 247.125,-14 z M 242.125,-10 L 245.125,-10 L 245.125,-4 L 242.125,-4 L 242.125,-10 z M 247.125,-10 L 250.125,-10 L 250.125,-4 L 247.125,-4 L 247.125,-10 z"
|
407
|
+
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#radialGradient4221);fill-opacity:1;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Arial;-inkscape-font-specification:Arial" />
|
408
|
+
<path
|
409
|
+
sodipodi:nodetypes="cccc"
|
410
|
+
id="path3433"
|
411
|
+
d="M 252.125,0 L 256.125,-4 L 248.125,-4 L 252.125,0 z"
|
412
|
+
style="fill:#000000;fill-opacity:0.66666667;stroke:none" />
|
413
|
+
</g>
|
414
|
+
</g>
|
415
|
+
</svg>
|
data/{lib/assets/javascripts/active-list.jquery.js → app/assets/javascripts/active_list.jquery.js}
RENAMED
@@ -60,7 +60,7 @@
|
|
60
60
|
sort: element.data('list-column'),
|
61
61
|
dir: element.data('list-column-sort')
|
62
62
|
});
|
63
|
-
return false;
|
63
|
+
return false;
|
64
64
|
});
|
65
65
|
|
66
66
|
|
@@ -84,7 +84,7 @@
|
|
84
84
|
column = source.find('th[data-list-column="'+columnId+'"]');
|
85
85
|
//$('#'+columnId);
|
86
86
|
className = column.data("list-column-cells");
|
87
|
-
if (className === null) {
|
87
|
+
if (className === null) {
|
88
88
|
className = columnId;
|
89
89
|
}
|
90
90
|
search = '.'+className;
|