1.1 --- a/public_html/docs/english/theme.html Mon Sep 28 22:20:30 2009 +0200
1.2 +++ b/public_html/docs/english/theme.html Thu Oct 29 11:56:23 2009 +0100
1.3 @@ -201,6 +201,16 @@
1.4 <li>Added an icon, <tt>images/update.png</tt>, to be displayed in the admin's
1.5 list of plugins when a plugin needs to be updated. The icon should have the
1.6 same size as the "edit" icon (16x16 pixel in the Professional theme).</li>
1.7 +<li>Added a "send copy to myself" option to
1.8 + <tt>profiles/contactauthorform.thtml</tt></li>
1.9 +<li>Cosmetics: Made the look and layout of the "Send mail to user"
1.10 + (<tt>profiles/contactuserform.thtml</tt>), "Mail Story to a Friend"
1.11 + (<tt>profiles/contactauthorform.thtml</tt>), and "Mail Users"
1.12 + (<tt>admin/mail/mailform.thtml</tt>) dialogs more consistent (alignment,
1.13 + size of input fields).</li>
1.14 +<li>The Topic Editor now contains a line displaying the number of stories in
1.15 + the current topic. New variables in <tt>admin/topic/topiceditor.thtml</tt>:
1.16 + <code>{lang_num_stories}</code>, <code>{num_stories}</tt></li>
1.17 <li>Cosmetics: Fixed the position of the story preview when using the
1.18 advanced editor (was slightly shifted to the right, <a
1.19 href="http://project.geeklog.net/tracking/view.php?id=963">bug #0000963</a>). Changes to the <code><div id="preview"></code> in
1.20 @@ -238,12 +248,16 @@
1.21 <li>Links: Removed a <code>width="150"</code> from the Category editor template
1.22 (<tt>admin/categoryeditor.thtml</tt>) that pushed the first column too far
1.23 to the right.</li>
1.24 +<li>Static Pages: Added new input fields for a meta description and meta
1.25 + keywords to the Static Pages editor.</li>
1.26 <li>Static Pages: In the Static Pages editor, moved the Hits display below
1.27 the Last Updated entry (<tt>admin/editor.thtml</tt>,
1.28 <tt>admin/editor_advanced.thtml</tt>).</li>
1.29 <li>Static Pages: Added textarea fileds for meta description and meta keywords
1.30 in the Static Pages editor (<tt>admin/editor.thtml</tt>,
1.31 <tt>admin/editor_advanced.thtml</tt>).</li>
1.32 +<li>Polls: Added new input fields for a meta description and meta keywords to
1.33 + the Polls editor.</li>
1.34 <li>Polls: Added new CSS classes <tt>poll-autotag-message</tt>,
1.35 <tt>poll-autotag</tt>, <tt>poll-autotag-left</tt>, used when embedding polls
1.36 via the new autotags.</li>