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

Show
Ignore:
Timestamp:
09/08/10 14:48:02 (21 months ago)
Author:
johnnyoffline
Message:

1. Added _doNotEdit.php partial to layout.php for easy toggling of the editing message for staging sites after we launch production
2. Added app.yml flag app_a_do_not_edit true/false for toggling the doNotEdit partial
3. Moved .a-options to a-components.css from a-area-slot.css. Cleaned up the CSS so that it's less specific to areas because it's being re-used for the page settings and add page menus as well as variant options etc.
4. Fixed menu toggle for Add Page so that you can actually add a page

Files:
1 modified

Legend:

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

    r2135 r2149  
    2121                    'name' => 'a-page-settings-form',  
    2222                    'id' => 'a-page-settings-form', 
    23                                 'class' => 'a-options a-page-form a-page-settings-form dropshadow')) ?> 
     23                                'class' => 'a-ui a-options a-page-form a-page-settings-form dropshadow')) ?> 
    2424 
    2525        <div class="a-form-row a-hidden"> 
     
    139139        <hr/> 
    140140 
    141         <div class="a-page-settings-section page-submit"> 
    142                           <input type="submit" name="submit" value="<?php echo htmlspecialchars(__('Save Changes', null, 'apostrophe')) ?>" class="a-btn a-submit" id="a-page-settings-submit" /> 
    143                                 <?php echo jq_link_to_function(__('Cancel', null, 'apostrophe'), '',  array('class' => 'a-btn icon a-cancel', 'title' => __('Cancel', null, 'apostrophe'))) ?> 
     141        <div class="a-options-section"> 
     142                <ul class="a-ui a-controls">             
     143                  <input type="submit" name="submit" value="<?php echo htmlspecialchars(__('Save Changes', null, 'apostrophe')) ?>" class="a-btn a-submit" id="a-page-settings-submit" /> 
     144                        <?php echo jq_link_to_function(__('Cancel', null, 'apostrophe'), '',  array('class' => 'a-btn icon a-cancel', 'title' => __('Cancel', null, 'apostrophe'))) ?> 
    144145                        <?php if ($page->userHasPrivilege('manage')): ?> 
    145146                                <?php $childMessage = ''; ?>