Show
Ignore:
Timestamp:
06/28/06 09:54:34 (3 years ago)
Author:
jallen
Message:

Updated StyleCatcher? to v1.1-dev to sync up with changes made to create the bundled version in Movable Type 3.3

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/StyleCatcher/plugins/StyleCatcher/tmpl/view.tmpl

    r43 r68  
    286286                    loadThemes(data.themes, cat); 
    287287 
    288                 btn.value = "Find Style"; 
     288                btn.value = "<MT_TRANS phrase="Find Style">"; 
    289289                btn.disabled = false; 
    290290            } 
     
    397397 
    398398         <p><MT_TRANS phrase="StyleCatcher lets you easily browse through styles and then apply them to your blog in just a few clicks. To find out more about Movable Type styles, or for new sources for styles, visit the <a href='http://www.sixapart.com/movabletype/styles'>Movable Type styles</a> page."> 
    399          <TMPL_IF NAME=CONFIG_LINK><MT_TRANS phrase=" To change the location of your local theme repository, "><a href="<TMPL_VAR NAME=CONFIG_LINK>"><MT_TRANS phrase="click here."></a></TMPL_IF></p> 
     399         <TMPL_IF NAME=CONFIG_LINK><MT_TRANS phrase=" To change the location of your local theme repository, <a href='<TMPL_VAR NAME=CONFIG_LINK>'> click here."></a></TMPL_IF></p> 
    400400 
    401401           <script type="text/javascript"> 
    402402           if(navigator.userAgent.indexOf("Firefox")!=-1){ 
    403403           var versionindex=navigator.userAgent.indexOf("Firefox")+8 
    404               document.writeln("<p><MT_TRANS phrase="Install <a href='http://greasemonkey.mozdev.org/'>GreaseMonkey</a> "> <a href='<TMPL_VAR NAME=SCRIPT_URL>?__mode=gm<TMPL_IF NAME=BLOG_ID>&amp;blog_id=<TMPL_VAR NAME=BLOG_ID></TMPL_IF>;file=stylecatcher.user.js'><MT_TRANS phrase="StyleCatcher user script."></a></p>"); 
     404              document.writeln("<p><MT_TRANS phrase="Install <a href='http://greasemonkey.mozdev.org/'>GreaseMonkey</a>"> <a href='<TMPL_VAR NAME=SCRIPT_URL>?__mode=gm<TMPL_IF NAME=BLOG_ID>&amp;blog_id=<TMPL_VAR NAME=BLOG_ID></TMPL_IF>;file=stylecatcher.user.js'><MT_TRANS phrase="StyleCatcher user script."></a></p>"); 
    405405           } 
    406406           </script> 
     
    411411              <input type="button" id="find-button" value="<MT_TRANS phrase="Find Styles">" onclick="getStyles()" /> 
    412412           </form> 
    413             <p><MT_TRANS phrase="<strong>NOTE:</strong> It will take a moment for themes to populate once you click 'Find Style'."></p>  
     413            <p><strong><MT_TRANS phrase="NOTE:"></strong> <MT_TRANS phrase="It will take a moment for themes to populate once you click 'Find Style'."></p>  
    414414            <p id="status-message" class="message" style="display: none"></p> 
    415415             
     
    469469 
    470470<p class="message"> 
    471 <MT_TRANS phrase="You don't appear to have any weblogs with a "styles-site.css" template that you have rights to edit. Please check your weblog(s) for this template."> 
     471<MT_TRANS phrase="You don't appear to have any weblogs with a 'styles-site.css' template that you have rights to edit. Please check your weblog(s) for this template."> 
    472472</p> 
    473473