Changeset 214 for trunk/RebuildQueue

Show
Ignore:
Timestamp:
02/23/07 19:30:28 (3 years ago)
Author:
djacobs
Message:

Better language around CMS option: "Allow CMS to override Rebuild Queue? Uncheck to push all pages to Rebuild Queue, regardless of context. If Checked, manual rebuild will circumvent the RebuildQueue."

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/RebuildQueue/plugins/RebuildQueue/lib/RebuildQueue/Plugin.pm

    r213 r214  
    236236 
    237237<div class="setting"> 
    238 <div class="label"><MT_TRANS phrase="Allow mt.cgi to override Rebuild Queue?"></div>  
    239 <div class="field"><ul><li><input type="checkbox" id="rebuildq_cms_override" name="rebuildq_cms_override" value="1" <TMPL_IF REBUILDQ_CMS_OVERRIDE>checked="checked"</TMPL_IF> /> <MT_TRANS phrase="Check to build pages immediately instead of sending them to the Rebuild Queue (as in new Entries or Template Changes)"></li></ul></div> 
     238<div class="label"><MT_TRANS phrase="Allow CMS to override Rebuild Queue?"></div>  
     239<div class="field"><ul><li><input type="checkbox" id="rebuildq_cms_override" name="rebuildq_cms_override" value="1" <TMPL_IF REBUILDQ_CMS_OVERRIDE>checked="checked"</TMPL_IF> /> <MT_TRANS phrase="Uncheck to push all pages to Rebuild Queue, regardless of context. If Checked, manual rebuild will circumvent the RebuildQueue."></li></ul></div> 
    240240</div> 
    241241