[ljcom] r9533: LJSUP-6928 (We should take only public t...
Committer: ailyin
LJSUP-6928 (We should take only public tweets/re-tweets (public account).)U trunk/bin/upgrading/en_LJ.dat U trunk/templates/Settings/TwitterConnect.tmpl
Modified: trunk/bin/upgrading/en_LJ.dat
===================================================================
--- trunk/bin/upgrading/en_LJ.dat 2010-09-22 09:30:15 UTC (rev 9532)
+++ trunk/bin/upgrading/en_LJ.dat 2010-09-22 09:47:41 UTC (rev 9533)
@@ -5136,6 +5136,8 @@
setting.twitterconnect.option.digest=Publish my tweets to my journal
+setting.twitterconnect.option.digest2=Publish my public tweets to my journal
+
setting.twitterconnect.option.entries_twitter=Publish my entries to Twitter by default
setting.userapps.change=Change
Modified: trunk/templates/Settings/TwitterConnect.tmpl
===================================================================
--- trunk/templates/Settings/TwitterConnect.tmpl 2010-09-22 09:30:15 UTC (rev 9532)
+++ trunk/templates/Settings/TwitterConnect.tmpl 2010-09-22 09:47:41 UTC (rev 9533)
@@ -7,7 +7,7 @@
<ul class="b-manage-connectopt">
<li>
<input type="checkbox" name="<TMPL_VAR form_field_prefix>digest" value="1" id="<TMPL_VAR form_field_prefix>digest"<TMPL_IF digest> checked="checked"</TMPL_IF> />
- <label for="<TMPL_VAR form_field_prefix>digest"><TMPL_VAR expr="ml('setting.twitterconnect.option.digest')"></label>
+ <label for="<TMPL_VAR form_field_prefix>digest"><TMPL_VAR expr="ml('setting.twitterconnect.option.digest2')"></label>
</li>
<TMPL_IF is_identity>
<li class="disabled">
@@ -29,7 +29,7 @@
<TMPL_ELSE>
<p class="b-manage-connectbtn"><button type="submit" name="<TMPL_VAR form_field_prefix>connect" value="<TMPL_VAR expr="ml('setting.twitterconnect.button.twitter_connect')">" class="b-connectbtn b-connectbtn-twitter" title="<TMPL_VAR expr="ml('setting.twitterconnect.button.twitter_connect')">"><span><i></i><TMPL_VAR expr="ml('setting.twitterconnect.button.twitter_connect')"></span></button></p>
<ul class="b-manage-connectopt">
- <li class="disabled"><input type="checkbox" name="<TMPL_VAR form_field_prefix>digest" value="1" id="<TMPL_VAR form_field_prefix>digest" disabled="disabled"<TMPL_IF digest> checked="checked"</TMPL_IF>> <label for="<TMPL_VAR form_field_prefix>digest"><TMPL_VAR expr="ml('setting.twitterconnect.option.digest')"></label></li>
+ <li class="disabled"><input type="checkbox" name="<TMPL_VAR form_field_prefix>digest" value="1" id="<TMPL_VAR form_field_prefix>digest" disabled="disabled"<TMPL_IF digest> checked="checked"</TMPL_IF>> <label for="<TMPL_VAR form_field_prefix>digest"><TMPL_VAR expr="ml('setting.twitterconnect.option.digest2')"></label></li>
<li class="disabled"><input type="checkbox" name="<TMPL_VAR form_field_prefix>repost_entries" value="1" id="<TMPL_VAR form_field_prefix>repost_entries" disabled="disabled"<TMPL_IF repost_entries> checked="checked"</TMPL_IF>> <label for="<TMPL_VAR form_field_prefix>repost_entries"><TMPL_VAR expr="ml('setting.twitterconnect.option.entries_twitter')"></label></li>
<li class="disabled"><input type="checkbox" name="<TMPL_VAR form_field_prefix>repost_comments" value="1" id="<TMPL_VAR form_field_prefix>repost_comments" disabled="disabled"<TMPL_IF repost_comments> checked="checked"</TMPL_IF>> <label for="<TMPL_VAR form_field_prefix>repost_comments"><TMPL_VAR expr="ml('setting.twitterconnect.option.comments_twitter')"></label></li>
</ul>
