25 Commits

Author SHA1 Message Date
Matthias Mees
5d04730011 Fix iconfonts not working in the installer/upgrader. Again.
First solution affected the backend of finished installations as
well, this one does not.

References #80
2014-03-09 19:05:04 +01:00
Matthias Mees
cc0a590ec6 Fix installer and updater for use with backend JS
- include Modernizr in the installer as well (needed for no-js/js)
- reference backend JS before body instead of in head
- added container markup for installer error msgs
- some styling for tables in the installer
- remove obsolete no-js/js styles for JS-less installer
- compensate for the lack of iconfonts (due to the style.css not
  being piped through serendipity.css.php in the installer) by
  using different markup which works with system fonts
2014-03-09 17:17:44 +01:00
Garvin Hicking
94c3a75a96 New language constants, hopefully caught all i18n's. Please check. 2014-03-05 13:22:50 +01:00
onli
d79d7255aa expand first config group
important for personal settings
2014-03-02 21:19:44 +01:00
Matthias Mees
dd013f3a70 Use new show hide buttons. 2014-03-01 15:51:44 +01:00
Matthias Mees
3b23f6b13d Use the span/legend trick properly. Ooops. 2014-01-25 23:30:13 +01: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
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
95b5764edf Zebra striping for configuration groups. 2013-06-22 13:57:08 +02:00
Matthias Mees
06f6a164f1 Do not use .clearfix for layout selectors. 2013-06-22 13:31:49 +02:00
Matthias Mees
f0b7d6631b Spped up configuration display.
Since we now hide controls on no-js, we can skip some JS which
affected rendering performance.
2013-06-22 11:14:18 +02:00
Matthias Mees
6aa0f69ce0 Fix for input focus indication being cut off. 2013-06-21 12:12:34 +02:00
Matthias Mees
5798ca100f Minor UI consistency fixes. 2013-06-21 11:19:39 +02:00
Matthias Mees
f32de44b19 Icon buttons for toggle expand all. 2013-06-18 19:58:29 +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
Matthias Mees
a7e100888b Switch personal/configuration/create/edit users to smartified config. 2013-06-06 20:41:33 +02:00
onli
6447659882 config_template: respect PHP-decision not to print config-option 2013-06-06 18:34:26 +02:00
onli
3df663e0fe typo 2013-06-06 18:31:09 +02:00
onli
35625c3f81 smartify serendipity_printConfigTemplate 2013-06-06 18:26:49 +02:00