- Timestamp:
- 04/14/08 02:38:34 (20 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-34/tmpl/cms/dialog/publishing_profile.tmpl
r1852 r1877 34 34 <mt:include name="dialog/header.tmpl"> 35 35 <form name="publishing_profiles_form" id="publishing_profiles_form" method="post" action="<mt:var name="script_url">" target="_top" onsubmit="return false"> 36 <input type="hidden" name="blog_id" value="<mt:var name="blog_id">" /> 37 <input type="hidden" name="__mode" value="save" /> 38 <input type="hidden" name="_type" value="blog" /> 39 <input type="hidden" name="id" value="<mt:var name="blog_id">" /> 40 <input type="hidden" name="cfg_screen" value="cfg_publish_profile" /> 41 <input type="hidden" name="return_args" value="<mt:var name="return_args" escape="html">" /> 42 <input type="hidden" name="magic_token" value="<mt:var name="magic_token">" /> 36 43 37 44 <div id="profile-panel" class="hidden panel"> 38 45 39 46 <p><__trans phrase="Choose the profile that best matches the requirements for this blog."></p> 40 47 41 48 <mtapp:setting 42 49 id="dynamicity" … … 87 94 </div> 88 95 <div id="confirm-panel" class="hidden panel"> 89 <p><__trans phrase="This new publishing profile will update all of you templates."></p>96 <p><__trans phrase="This new publishing profile will update all of your templates."></p> 90 97 91 98 <p><strong><__trans phrase="Are you sure you wish to continue?"></strong></p>
