[dw-free] Add more text options in the wizard
[commit: http://hg.dwscoalition.org/dw-free/rev/fe648cd290d3]
http://bugs.dwscoalition.org/show_bug.cgi?id=1153
Expose additional text properties to wizard for Tabula Rasa
Patch by
liv.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1153
Expose additional text properties to wizard for Tabula Rasa
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/core2base/layout.s2
-------------------------------------------------------------------------------- diff -r c2a18fba7004 -r fe648cd290d3 bin/upgrading/s2layers/core2base/layout.s2 --- a/bin/upgrading/s2layers/core2base/layout.s2 Tue May 12 15:52:29 2009 +0000 +++ b/bin/upgrading/s2layers/core2base/layout.s2 Tue May 12 16:07:46 2009 +0000 @@ -140,28 +140,45 @@ propgroup customcss { property use custom_css; } +propgroup text { ##=============================== ## Text - main navigation ##=============================== + property use text_view_recent; + property use text_view_friends; + property use text_view_archive; + property use text_view_userinfo; + property use text_view_memories; + property use text_view_tags; + ##=============================== ## Text - entry comment-related ##=============================== - -propgroup text { - property use text_view_recent; - property use text_view_friends; - property use text_view_friends_comm; - property use text_view_friends_filter; - property use text_view_archive; - property use text_view_userinfo; - property use text_view_memories; property use text_post_comment; property use text_max_comments; property use text_read_comments; property use text_post_comment_friends; property use text_read_comments_friends; + + property use text_skiplinks_back; + property use text_skiplinks_forward; + property use text_meta_music; + property use text_meta_mood; + property use text_meta_location; + property use text_tags; + + property use text_entry_prev; + property use text_entry_next; + property use text_edit_entry; + property use text_edit_tags; + property use text_tell_friend; + property use text_mem_add; + property use text_watch_comments; + property use text_unwatch_comments; + property use text_permalink; + } function Page::print_default_stylesheet() { @@ -570,3 +587,4 @@ ul.userlite-interaction-links li { "</style>\n"; } + --------------------------------------------------------------------------------