To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Show
Ignore:
Timestamp:
09/09/10 17:11:12 (21 months ago)
Author:
johnnyoffline
Message:

1. Moved aIE6() to apostrophe.IE6()
2. Moved aAccordion() to apostrophe.accordion()
3. Integrated accordion into page settings

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostrophePlugin/trunk/modules/a/templates/layout.php

    r2160 r2171  
    1616        <?php a_include_javascripts() ?> 
    1717        <link rel="shortcut icon" href="/favicon.ico" /> 
    18  
     18         
    1919        <!--[if lt IE 7]> 
    20         <script type="text/javascript" charset="utf-8"> 
    21                 $(document).ready(function() { 
    22                         aIE6(<?php echo ($sf_user->isAuthenticated())? 'true':'false' ?>, <?php echo json_encode(__('You are using IE6! That is just awful! Apostrophe does not support editing using Internet Explorer 6. Why don\'t you try upgrading? <a href="http://www.getfirefox.com">Firefox</a> <a href="http://www.google.com/chrome">Chrome</a>      <a href="http://www.apple.com/safari/download/">Safari</a> <a href="http://www.microsoft.com/windows/internet-explorer/worldwide-sites.aspx">IE8</a>', null, 'apostrophe')) ?>); 
    23                 });              
    24         </script> 
     20                <script type="text/javascript" charset="utf-8"> 
     21                        $(document).ready(function() { 
     22                                apostrophe.IE6({'authenticated':<?php echo ($sf_user->isAuthenticated())? 'true':'false' ?>, 'message':<?php echo json_encode(__('You are using IE6! That is just awful! Apostrophe does not support editing using Internet Explorer 6. Why don\'t you try upgrading? <a href="http://www.getfirefox.com">Firefox</a> <a href="http://www.google.com/chrome">Chrome</a>         <a href="http://www.apple.com/safari/download/">Safari</a> <a href="http://www.microsoft.com/windows/internet-explorer/worldwide-sites.aspx">IE8</a>', null, 'apostrophe')) ?>}); 
     23                        }); 
     24                </script> 
    2525        <![endif]-->     
    2626