Changeset 1852 for branches/release-34/lib/MT/App/CMS.pm
- Timestamp:
- 04/11/08 02:03:37 (20 months ago)
- Files:
-
- 1 modified
-
branches/release-34/lib/MT/App/CMS.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-34/lib/MT/App/CMS.pm
r1828 r1852 188 188 'system_check' => "${pkg}Tools::system_check", 189 189 'dialog_refresh_templates' => "${pkg}Template::dialog_refresh_templates", 190 'dialog_publishing_profile' => "${pkg}Template::dialog_publishing_profile", 190 191 'refresh_all_templates' => "${pkg}Template::refresh_all_templates", 191 192 'preview_template' => "${pkg}Template::preview", … … 331 332 order => 1000, 332 333 continue_prompt => MT->translate('This action will restore your global templates to factory settings without creating a backup. Click OK to continue or Cancel to abort.'), 334 }, 335 publishing_profile => { 336 label => "Use Publishing Profile", 337 dialog => 'dialog_publishing_profile', 338 condition => sub { 339 MT->app->blog, 340 }, 341 order => 1100, 333 342 }, 334 343 },
