event_cal 1.73

This commit is contained in:
Ian 2015-12-08 14:09:33 +01:00
parent 249656caf5
commit 120a30e4fd
4 changed files with 19 additions and 7 deletions

View file

@ -2,6 +2,12 @@
* Legend: ! Bugfix, + New Features, * Changed, - Info Only
*
v.1.73:
-------
* Fix a backend inherit style to apply with event cal only
v.1.72:
-------

View file

@ -106,6 +106,12 @@ ChangeLOG:
* Legend: ! Bugfix, + New Features, * Changed, - Info Only
*
*
* v.1.73 2015-12-09
* ===========================
*
* Fix a backend inherit style to apply with event cal only
*
*
* v.1.72 2015-12-08
* ===========================
*

View file

@ -82,15 +82,15 @@ table.eventcal_appform {
border-spacing: 0;
}
br {
#backend_eventcal_wrapper br {
display: none;
visibility: hidden;
}
.backend_eventcal_linenum br,
.backend_eventcal_linetxt br,
.addform_areainfo br,
.eventcal_appldesc br,
.eventcal_tpl_message_inner br {
#backend_eventcal_wrapper .backend_eventcal_linenum br,
#backend_eventcal_wrapper .backend_eventcal_linetxt br,
#backend_eventcal_wrapper .addform_areainfo br,
#backend_eventcal_wrapper .eventcal_appldesc br,
#backend_eventcal_wrapper .eventcal_tpl_message_inner br {
display: inherit;
visibility: inherit;
}

View file

@ -76,7 +76,7 @@ class serendipity_event_cal extends serendipity_event {
)
);
$propbag->add('author', 'Ian (Timbalu)');
$propbag->add('version', '1.72');
$propbag->add('version', '1.73');
$propbag->add('groups', array('FRONTEND_FEATURES', 'BACKEND_FEATURES'));
$propbag->add('requirements', array(
'serendipity' => '1.4',