mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-13 17:00:45 +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}
|
{row}
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<table><tr valign="top">
|
<table>
|
||||||
<td><input type="submit" value="{submit_button}"> </form></td>
|
<tr>
|
||||||
<td>{cancel_button}</td>
|
<td valign="top">
|
||||||
</tr></table>
|
<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>
|
||||||
<td align="right">{delete_button}</td>
|
<td align="right">{delete_button}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
<!-- END link_text_old -->
|
<!-- END link_text_old -->
|
||||||
|
|
||||||
<!-- BEGIN link_text -->
|
<!-- 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 -->
|
<!-- END link_text -->
|
||||||
|
|
||||||
<!-- BEGIN link_close -->
|
<!-- BEGIN link_close -->
|
||||||
|
@ -1,16 +1,14 @@
|
|||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
|
|
||||||
<!-- BEGIN monthly_header -->
|
<!-- 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>
|
{column_header}</tr>
|
||||||
<!-- END monthly_header -->
|
<!-- END monthly_header -->
|
||||||
|
|
||||||
<!-- BEGIN column_title -->
|
<!-- 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 -->
|
<!-- END column_title -->
|
||||||
|
|
||||||
<!-- BEGIN month_column -->
|
<!-- BEGIN month_column -->
|
||||||
<td class="calendar_m_w_tablecell" colspan="1" width="{col_width}%"{extra}>
|
<td class="calendar_m_w_tablecell" colspan="1" width="{col_width}%"{extra}>{column_data}</td>
|
||||||
{column_data}
|
|
||||||
</td>
|
|
||||||
<!-- END month_column -->
|
<!-- END month_column -->
|
||||||
|
Loading…
Reference in New Issue
Block a user