mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-09 23:11:57 +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>
|
||||
|
@ -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 -->
|
||||
|
@ -10,7 +10,5 @@
|
||||
<!-- 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