Plugin Directory

Changeset 642165


Ignore:
Timestamp:
12/20/2012 07:06:56 AM (13 years ago)
Author:
volcanodiscovery
Message:

show/hide in backend config now working by clicking on the whole section title

Location:
advanced-earthquake-monitor/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • advanced-earthquake-monitor/trunk/AdvancedEarthquakeMonitor.php

    r641640 r642165  
    22/*
    33Plugin Name: Advanced Earthquake Monitor
    4 Version: 1.0
     4Version: 1.1
    55Plugin URI: http://wordpress.org/extend/plugins/AdvancedEarthquakeMonitor
    66Description: Advanced Earthquake Monitor is a customizable widget that shows lists and maps of recent earthquakes worldwide or in defined regions
     
    120120       
    121121       
    122     echo '<h3>Basic configuration (<span onclick="aem_sh(\'aem-form-basics'.$this->timesCalled.'\');">show/hide</span>)</h3>';
     122    echo '<h3 onclick="aem_sh(\'aem-form-basics'.$this->timesCalled.'\');">Basic configuration (<span>show/hide</span>)</h3>';
    123123        echo '<div id="aem-form-basics'.$this->timesCalled.'" style="display:block">';
    124124       
     
    155155    echo '</div>';
    156156   
    157     echo '<h3>Labels (<span onclick="aem_sh(\'aem-form-labels'.$this->timesCalled.'\');">show/hide</span>)</h3>';
     157    echo '<h3 onclick="aem_sh(\'aem-form-labels'.$this->timesCalled.'\');">Labels (<span>show/hide</span>)</h3>';
    158158        echo '<div id="aem-form-labels'.$this->timesCalled.'" style="display:none">';
    159159       
     
    172172        echo '</div>';
    173173   
    174     echo '<h3>Advanced configuration (<span onclick="aem_sh(\'aem-form-advanced'.$this->timesCalled.'\');">show/hide</span>)</h3>';
     174    echo '<h3 onclick="aem_sh(\'aem-form-advanced'.$this->timesCalled.'\');">Advanced configuration (<span>show/hide</span>)</h3>';
    175175        echo '<div id="aem-form-advanced'.$this->timesCalled.'" style="display:none">';
    176176       
     
    199199   
    200200      echo '</div>';
    201         echo '<h3>Formatting (<span onclick="aem_sh(\'aem-form-format'.$this->timesCalled.'\');">show/hide</span>)</h3>';
     201        echo '<h3 onclick="aem_sh(\'aem-form-format'.$this->timesCalled.'\');">Formatting (<span>show/hide</span>)</h3>';
    202202        echo '<div id="aem-form-format'.$this->timesCalled.'" style="display:none">';
    203203       
  • advanced-earthquake-monitor/trunk/readme.txt

    r641656 r642165  
    3434== Screenshots ==
    3535
    36 1. Frontend: list view (can be styled and configured in backend)
     361. Frontend: list view (can be styled and configured in backend) - the map above is the volcano-widget plugin (http://wordpress.org/extend/plugins/volcano-widget/)
    37372. Frontend: overlay map view when clicking on location or custom marker
    38383. Configuration menu in backend (split into several toggable sections for better overview)
     
    4242= 1.0 =
    4343* First release
     44= 1.1 =
     45* Improved show/hide functionality in backend configuration
    4446
    4547
Note: See TracChangeset for help on using the changeset viewer.