Show
Ignore:
Timestamp:
04/14/08 02:38:34 (20 months ago)
Author:
bchoate
Message:

Updates to support publish profile dialog operation. BugId:76495

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-34/tmpl/cms/dialog/publishing_profile.tmpl

    r1852 r1877  
    3434<mt:include name="dialog/header.tmpl"> 
    3535<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">" /> 
    3643 
    3744    <div id="profile-panel" class="hidden panel"> 
    38          
     45 
    3946        <p><__trans phrase="Choose the profile that best matches the requirements for this blog."></p> 
    40          
     47 
    4148        <mtapp:setting 
    4249            id="dynamicity" 
     
    8794    </div> 
    8895    <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> 
    9097 
    9198        <p><strong><__trans phrase="Are you sure you wish to continue?"></strong></p>