diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/event_form.tpl | 4 | ||||
-rw-r--r-- | view/theme/duepuntozero/style.css | 6 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 8 |
3 files changed, 18 insertions, 0 deletions
diff --git a/view/event_form.tpl b/view/event_form.tpl index 6401f16d0..5f3510bef 100644 --- a/view/event_form.tpl +++ b/view/event_form.tpl @@ -6,6 +6,10 @@ $e_desc <form action="$post" method="post" > +<input type="hidden" name="event_id" value="$eid" /> +<input type="hidden" name="cid" value="$cid" /> +<input type="hidden" name="uri" value="$uri" /> + <div id="event-start-text">$s_text</div> $s_dsel $s_tsel diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 9555a1e96..6769e48d8 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2232,6 +2232,11 @@ a.mail-list-link { margin-bottom: 10px; } +.edit-event-link, .plink-event-link { + float: left; + margin-right: 4px; +} + .event-description:before { content: url('../../../images/calendar.png'); margin-right: 15px; @@ -2262,6 +2267,7 @@ a.mail-list-link { font-family: Courier, monospace; } .today { + font-weight: bold; color: #FF0000; } diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index a566acadc..31a77c0a2 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2432,6 +2432,13 @@ a.mail-list-link { margin-bottom: 10px; } + +.edit-event-link, .plink-event-link { + float: left; + margin-right: 4px; +} + + .event-description:before { content: url('../../../images/calendar.png'); margin-right: 15px; @@ -2461,6 +2468,7 @@ a.mail-list-link { font-family: Courier, monospace; } .today { + font-weight: bold; color: #FF0000; } |