equal
deleted
inserted
replaced
228 } |
228 } |
229 |
229 |
230 /* matching ~~~~~~~~~~~~~~~~~~~~~~~~ */ |
230 /* matching ~~~~~~~~~~~~~~~~~~~~~~~~ */ |
231 |
231 |
232 matching:before { |
232 matching:before { |
233 content: insert-before-button() " Appariement"; |
233 content: insert-before-button() " " |
|
234 command-button(command, "putAttribute", parameter, "multiple true", icon, icon(plus-box)) |
|
235 " Appariement"; |
|
236 } |
|
237 matching[multiple]:before { |
|
238 content: insert-before-button() |
|
239 " Appariement – multiple = " label(attribute, multiple, color, black) |
|
240 set-attribute-button(attribute, multiple, unset-attribute, yes) |
234 } |
241 } |
235 |
242 |
236 /* sort ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ |
243 /* sort ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ |
237 |
244 |
238 sort:before { |
245 sort:before { |
247 } |
254 } |
248 |
255 |
249 /* categories ~~~~~~~~~~~~~~~~~~~~~~ */ |
256 /* categories ~~~~~~~~~~~~~~~~~~~~~~ */ |
250 |
257 |
251 categories:before { |
258 categories:before { |
252 content: insert-before-button() " Catégories"; |
259 content: insert-before-button() " " |
|
260 command-button(command, "putAttribute", parameter, "multiple true", icon, icon(plus-box)) |
|
261 " Catégories"; |
|
262 } |
|
263 categories[multiple]:before { |
|
264 content: insert-before-button() |
|
265 " Catégories – multiple = " label(attribute, multiple, color, black) |
|
266 set-attribute-button(attribute, multiple, unset-attribute, yes) |
253 } |
267 } |
254 |
268 |
255 /* production ~~~~~~~~~~~~~~~~~~~~~~ */ |
269 /* production ~~~~~~~~~~~~~~~~~~~~~~ */ |
256 |
270 |
257 production:before { |
271 production:before { |