mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 12:30:04 +01:00
fixed most current issues with display in the ui and reverted week and month events
display to requested style from devel list and users
This commit is contained in:
parent
12ae5c11f9
commit
34b6b1e7a7
@ -21,10 +21,15 @@
|
||||
{row}
|
||||
<tr>
|
||||
<td>
|
||||
<table><tr valign="top">
|
||||
<td><input type="submit" value="{submit_button}"> </form></td>
|
||||
<td>{cancel_button}</td>
|
||||
</tr></table>
|
||||
<table>
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<div style="padding-top:15px; padding-right: 2px">
|
||||
<input style="font-size:10px" type="submit" value="{submit_button}">
|
||||
</div>
|
||||
</td>
|
||||
<td valign="top">{cancel_button}</td>
|
||||
</tr></table></form>
|
||||
</td>
|
||||
<td align="right">{delete_button}</td>
|
||||
</tr>
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<!-- BEGIN link_open -->
|
||||
<div id="calendar_event_entry" style="overflow:hidden;">
|
||||
<a class="event_entry" href="{link_link}" onMouseOver="window.status='{lang_view}'; return true;" onMouseOut="window.status=''; return true;" title="{desc} {location}"><br>
|
||||
<a class="event_entry" href="{link_link}" onMouseOver="window.status='{lang_view}'; return true;" onMouseOut="window.status=''; return true;" title="{desc} {location}"><br>
|
||||
<!-- END link_open -->
|
||||
|
||||
<!-- BEGIN pict -->
|
||||
@ -18,7 +18,7 @@
|
||||
<!-- END link_text_old -->
|
||||
|
||||
<!-- BEGIN link_text -->
|
||||
<nobr> {time} </nobr>{users_status} {title}<!-- : <i>{desc}</i>--><!--({location})-->
|
||||
<nobr> <span style="color: black">{time}</span> {users_status}</nobr><br><b>{title}</b><br><i>{desc}</i> {location}
|
||||
<!-- END link_text -->
|
||||
|
||||
<!-- BEGIN link_close -->
|
||||
|
@ -1,16 +1,14 @@
|
||||
<!-- $Id$ -->
|
||||
|
||||
<!-- BEGIN monthly_header -->
|
||||
<tr class="calendar_m_w_table_header" colspan="{cols}" width="{col_width}%">
|
||||
<tr class="calendar_m_w_table_header" colspan="{cols}" width="{col_width}%">
|
||||
{column_header}</tr>
|
||||
<!-- END monthly_header -->
|
||||
|
||||
<!-- BEGIN column_title -->
|
||||
<th class="calendar_weekview_daytitle" width="14.28%">{col_title}</th>
|
||||
<th class="calendar_weekview_daytitle" width="14.28%">{col_title}</th>
|
||||
<!-- END column_title -->
|
||||
|
||||
<!-- BEGIN month_column -->
|
||||
<td class="calendar_m_w_tablecell" colspan="1" width="{col_width}%"{extra}>
|
||||
{column_data}
|
||||
</td>
|
||||
<td class="calendar_m_w_tablecell" colspan="1" width="{col_width}%"{extra}>{column_data}</td>
|
||||
<!-- END month_column -->
|
||||
|
Loading…
Reference in New Issue
Block a user