mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 17:08:34 +01:00
Added in _L() as a alias for lang()
This commit is contained in:
parent
a8700c4050
commit
e820615828
16
admin/templates/default/mainscreen_message.tpl
Normal file
16
admin/templates/default/mainscreen_message.tpl
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
|
||||||
|
<!-- BEGIN form -->
|
||||||
|
<p><b>{header_lang}</b><hr><p>
|
||||||
|
|
||||||
|
<form method="POST" action="{form_action}">
|
||||||
|
<table border="0" align="center">
|
||||||
|
<tr>
|
||||||
|
<td bgcolor="{th_bg}"> </td>
|
||||||
|
</tr>
|
||||||
|
{rows}
|
||||||
|
</table>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- END form -->
|
||||||
|
|
6
admin/templates/default/mainscreen_message_row.tpl
Normal file
6
admin/templates/default/mainscreen_message_row.tpl
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
|
||||||
|
<!-- BEGIN row -->
|
||||||
|
<tr>
|
||||||
|
<td align="center" bgcolor="{tr_color}">{value}</td>
|
||||||
|
</tr>
|
||||||
|
<!-- END row -->
|
@ -9,6 +9,8 @@
|
|||||||
- Fixed a few problems with admin -> editaccount not changing the directory name properly.
|
- Fixed a few problems with admin -> editaccount not changing the directory name properly.
|
||||||
- Fixed the languages table was using the lang name in upper case while everything else
|
- Fixed the languages table was using the lang name in upper case while everything else
|
||||||
was using lowercase.
|
was using lowercase.
|
||||||
|
- Added admin section to be able to add legal notices or other messages on the main screen.
|
||||||
|
Thanks snerd for this idea.
|
||||||
|
|
||||||
[0.9.4] - Fixed calendar week view.
|
[0.9.4] - Fixed calendar week view.
|
||||||
- Displays calendar items in day view without start times.
|
- Displays calendar items in day view without start times.
|
||||||
|
Loading…
Reference in New Issue
Block a user