[dw-nonfree] Option to replace silk icons with text alternatives
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/1b59c132cc37]
http://bugs.dwscoalition.org/show_bug.cgi?id=1254
Option to show the icons for entry/profile module actions, as either text or
as icons. Can be found under http://www.dreamwidth.org/customize/options >
Additional Options.
Patch by
kareila.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1254
Option to show the icons for entry/profile module actions, as either text or
as icons. Can be found under http://www.dreamwidth.org/customize/options >
Additional Options.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/sundaymorning/layout.s2
- bin/upgrading/s2layers/transmogrified/layout.s2
-------------------------------------------------------------------------------- diff -r 72ae6caaa2c1 -r 1b59c132cc37 bin/upgrading/s2layers/sundaymorning/layout.s2 --- a/bin/upgrading/s2layers/sundaymorning/layout.s2 Sun Jun 13 20:17:47 2010 -0500 +++ b/bin/upgrading/s2layers/sundaymorning/layout.s2 Mon Jun 14 23:28:17 2010 +0800 @@ -24,6 +24,9 @@ propgroup presentation { property use entry_metadata_position; property use use_custom_friend_colors; property use use_shared_pic; + property use userlite_interaction_links; + property use entry_management_links; + property use comment_management_links; } set layout_type = "two-columns-right"; diff -r 72ae6caaa2c1 -r 1b59c132cc37 bin/upgrading/s2layers/transmogrified/layout.s2 --- a/bin/upgrading/s2layers/transmogrified/layout.s2 Sun Jun 13 20:17:47 2010 -0500 +++ b/bin/upgrading/s2layers/transmogrified/layout.s2 Mon Jun 14 23:28:17 2010 +0800 @@ -33,6 +33,9 @@ propgroup presentation { property use entry_metadata_position; property use use_custom_friend_colors; property use use_shared_pic; + property use userlite_interaction_links; + property use entry_management_links; + property use comment_management_links; } set layout_type = "two-columns-right"; --------------------------------------------------------------------------------