25 Commits

Author SHA1 Message Date
Matthias Mees
67213c247e Rewrite positioning of .field_info.
Positioning of the info text was not ideal because it could be
placed way below the associated label if the associated config
element was larger than expected.

References #190
2014-06-20 18:01:48 +02:00
Matthias Mees
2475f952df Standardize select image from media db/show preview process.
This used to be two seperate processes for the category icon and
images selected in plugin/theme config. It has now been simplified
to use just one process, which also uses the same markup and JS.

This adds to the consistency of the UI/UX, but it also saves some
CSS and a lot of JS, most of the latter of the expensive kind that
modifies the DOM.
2014-04-29 13:22:55 +02:00
Matthias Mees
7b5ef26e7e Use correct media db overlay for theme options.
References #110
2014-04-28 15:56:29 +02:00
Ian
c024b0fa97 exclude textarea info button in case of wysiwyg
for html nugget plugin (there is no more)
2014-03-18 09:28:08 +01:00
Garvin Hicking
94c3a75a96 New language constants, hopefully caught all i18n's. Please check. 2014-03-05 13:22:50 +01:00
Matthias Mees
b48f49c444 New iconfont build; replaces left/right/up/down icons. 2014-03-01 15:14:59 +01:00
Matthias Mees
3b23f6b13d Use the span/legend trick properly. Ooops. 2014-01-25 23:30:13 +01:00
onli
daa3afe812 Fix drag'n drop in plugin configs
As discussed in #65. Uses a simpler approach to detect the order of the items and their activation at the same time
2013-10-09 16:43:15 +02:00
Matthias Mees
82b2f2f8fe Add missing i18n markers. 2013-10-05 08:56:54 +02:00
Matthias Mees
d0de74737e Fixes type/href attributes for button elements.
– <button> must have an explicit type="buttons" since it falls back
  to type="submit", which can have side effects
– <button> must not have a href attribute, always use data-href
2013-10-02 11:05:27 +02:00
onli
168cb146ea Use links instead of buttons (#41)
A bit unfamiliar, let's give it some time. The user/groups-menu are clearer now
2013-08-18 20:59:53 +02:00
Matthias Mees
e1126e464e Replace plugin grablet icon with button.
References #41
2013-08-17 14:08:04 +02:00
Matthias Mees
532f5c9c37 Maintenance: clean out obsolete TODOs. 2013-08-01 19:08:17 +02:00
Matthias Mees
49181fb06d A better solution for show/hide additional form info text.
This is based on the show/hide functionality already used in the
backend in various places with a nice no-js fallback.o
2013-06-24 20:59:03 +02:00
Matthias Mees
17e0f159b0 Revert jQuery tooltips. 2013-06-24 11:04:56 +02:00
Matthias Mees
1d95cf19f0 Manually revert 37dfa0. 2013-06-24 10:49:13 +02:00
Matthias Mees
37dfa061c4 More compact config items by stashing away extra info in tooltips. 2013-06-23 20:18:58 +02:00
Matthias Mees
0bc97cbc88 Tooltips, tooltips, tooltips. Everywhere. Almost. 2013-06-23 18:45:58 +02:00
Matthias Mees
06f6a164f1 Do not use .clearfix for layout selectors. 2013-06-22 13:31:49 +02:00
Matthias Mees
748cf0b8b1 Insert .media_choose preview dynamically; hide stuff on no-js. 2013-06-21 13:49:26 +02:00
Matthias Mees
265608196d More input focus indications being cut off. 2013-06-21 12:54:02 +02:00
Matthias Mees
45986fb2da External event handlers for theme options choose media. 2013-06-19 08:18:31 +02:00
Matthias Mees
c8ccc5c9bd New layout for choose media config item. 2013-06-18 12:01:11 +02:00
Matthias Mees
a658e20b27 New iconfont build.
This includes only the icons actually used or intended to be used
in the backend. Please note that unfortunately, some class names
have changed. Also some icons have been exchanged.
2013-06-11 12:54:58 +02:00
onli
0933bf3682 renamed plugin-config templates 2013-06-07 15:15:57 +02:00