Skip to content

Commit

Permalink
[#645 state:resolved] Removed superfluous error messages related to t…
Browse files Browse the repository at this point in the history
…rackback and comment preferences in entry default settings.
  • Loading branch information
MikeThomsen committed Jan 26, 2011
1 parent 85afe01 commit 541a5ab
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tmpl/cms/prefs/entry.tmpl
Expand Up @@ -113,10 +113,6 @@
help_section="accept_comments"
hint="<__trans phrase="Specifies the default Accept Comments setting when creating a new entry.">">
<input type="checkbox" name="allow_comments_default" id="allow_comments_default" value="1"<mt:if name="ALLOW_COMMENTS_DEFAULT_1"> checked="checked"</mt:if> class="cb" />
<mt:unless name="system_allow_comments">
<p><img src="<mt:var name="static_uri">images/status_icons/warning.gif" alt="<__trans phrase="Setting Ignored">" width="9" height="9" />
<span class="alert-warning-inline"><__trans phrase="Note: This option is currently ignored since comments are disabled either blog or system-wide."></span></p>
</mt:unless>
</mtapp:setting>

<mtapp:setting
Expand All @@ -127,9 +123,6 @@
help_section="allow_trackbacks"
hint="<__trans phrase="Specifies the default Accept TrackBacks setting when creating a new entry.">">
<input type="checkbox" value="1" name="allow_pings_default" id="allow_pings_default"<mt:if name="allow_pings_default"> checked="checked"</mt:if> class="cb"/>
<mt:unless name="system_allow_pings">
<p><img src="<mt:var name="static_uri">images/status_icons/warning.gif" alt="<__trans phrase="Setting Ignored">" width="9" height="9" /> <span class="alert-warning-inline"><__trans phrase="Note: This option is currently ignored since TrackBacks are disabled either blog or system-wide."></span></p>
</mt:unless>
</mtapp:setting>

</mtapp:settinggroup>
Expand Down

0 comments on commit 541a5ab

Please sign in to comment.