[commits] Horde branch master updated. f26261a08001f6851a6f7aeec35ea2b24e2432e7

Jan Schneider jan at horde.org
Fri Aug 31 14:45:43 UTC 2012


The branch "master" has been updated.
The following is a summary of the commits.

from: 8baf6ef0427016195728c301244c113d88de122f

c2947db Fix passing URL parameters to HordePopup.
f26261a Finish new button design.

-----------------------------------------------------------------------

commit c2947dbbc68a73ba4589e6a973342517dd166ab6
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 31 16:27:24 2012 +0200

    Fix passing URL parameters to HordePopup.

 kronolith/docs/CHANGES |    1 +
 kronolith/js/edit.js   |    4 ++--
 kronolith/package.xml  |    2 ++
 3 files changed, 5 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/c2947dbbc68a73ba4589e6a973342517dd166ab6

-----------------------------------------------------------------------

commit f26261a08001f6851a6f7aeec35ea2b24e2432e7
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 31 16:40:48 2012 +0200

    Finish new button design.
    
    The .button class is no longer necessary, all INPUTs of type "submit" and
    "button" are styled as buttons now.
    
    The following button classes exist and can applied to both INPUT and A tags:
    - horde-button (only necessary for A tags)
    - horde-default: for the default action button of a form.
    - horde-delete: for desctructive buttons.
    - horde-create: for "new/create" buttons.
    - horde-cancel: for "cancel/close" buttons.
    
    If possible, buttons should be wrapped in horde-form-buttons DIVs. This is the
    default for Horde_Form button bars.

 horde/package.xml                                |   14 ++++-
 horde/themes/default/graphics/button-default.png |  Bin 0 -> 2825 bytes
 horde/themes/default/graphics/button-delete.png  |  Bin 0 -> 2832 bytes
 horde/themes/default/graphics/button.png         |  Bin 146 -> 2842 bytes
 horde/themes/default/ie8.css                     |    7 ++
 horde/themes/default/mozilla.css                 |   10 +++
 horde/themes/default/screen.css                  |   68 ++++++++++++++--------
 kronolith/js/calendar-panel.js                   |    4 +-
 kronolith/js/kronolith.js                        |    2 +-
 kronolith/lib/View/EditEvent.php                 |    6 +-
 kronolith/new.php                                |    2 +-
 kronolith/resources/groups/index.php             |    6 +-
 kronolith/resources/index.php                    |    6 +-
 kronolith/templates/attendees/attendees.inc      |    8 +-
 kronolith/templates/calendar_list.php            |    4 +-
 kronolith/templates/chunks/calendar.php          |   44 +++++++-------
 kronolith/templates/chunks/permissions.inc       |    4 +-
 kronolith/templates/contacts/contacts.inc        |   12 ++--
 kronolith/templates/data/export.inc              |    2 +-
 kronolith/templates/data/import.inc              |    2 +-
 kronolith/templates/delete/delete.inc            |    8 +-
 kronolith/templates/delete/one.inc               |    4 +-
 kronolith/templates/dynamic/edit.inc             |   23 ++++----
 kronolith/templates/dynamic/index.inc            |    2 +-
 kronolith/templates/dynamic/task.inc             |   10 ++--
 kronolith/templates/edit/edit.inc                |   10 ++--
 kronolith/templates/perms/perms.inc              |    4 +-
 kronolith/templates/search/search.inc            |    2 +-
 kronolith/templates/search/search_advanced.inc   |    2 +-
 kronolith/themes/default/dynamic/screen.css      |    4 -
 30 files changed, 158 insertions(+), 112 deletions(-)
 create mode 100644 horde/themes/default/graphics/button-default.png
 create mode 100644 horde/themes/default/graphics/button-delete.png
 create mode 100644 horde/themes/default/ie8.css
 create mode 100644 horde/themes/default/mozilla.css

http://git.horde.org/horde-git/-/commit/f26261a08001f6851a6f7aeec35ea2b24e2432e7




More information about the commits mailing list