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

Show
Ignore:
Timestamp:
09/09/10 14:44:56 (21 months ago)
Author:
johnnyoffline
Message:

1. Fixed a bug with the apostrophe.menuToggle calls in _area.php
2. Enhanced apostrophe.menuToggle to fail gracefully if the toggle button is undefined
3. Fixed the cancel button for menu toggles so that they work even in the form was added later with ajax.

Files:
1 modified

Legend:

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

    r2164 r2167  
    1717  $validationData = isset($validationData) ? $sf_data->getRaw('validationData') : null; 
    1818?> 
    19 <?php use_helper('jQuery', 'I18N') ?> 
     19<?php use_helper('a') ?> 
    2020 
    2121<?php // We now render the edit view only when it is AJAXed into place on demand. This saves us the ?>