diff --git a/admin/templates/default/mainscreen_message.tpl b/admin/templates/default/mainscreen_message.tpl new file mode 100644 index 0000000000..8fecd91aba --- /dev/null +++ b/admin/templates/default/mainscreen_message.tpl @@ -0,0 +1,16 @@ + + +

{header_lang}


+ +

+ + + + + {rows} +
 
+
+ + + + \ No newline at end of file diff --git a/admin/templates/default/mainscreen_message_row.tpl b/admin/templates/default/mainscreen_message_row.tpl new file mode 100644 index 0000000000..124fa32ae7 --- /dev/null +++ b/admin/templates/default/mainscreen_message_row.tpl @@ -0,0 +1,6 @@ + + + + {value} + + diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 475383cfbf..ca10a97c90 100755 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -9,6 +9,8 @@ - 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 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. - Displays calendar items in day view without start times.