Make WordPress Core


Ignore:
Timestamp:
05/03/2013 11:17:06 PM (12 years ago)
Author:
ocean90
Message:

Revisions UI: Just another update - Now with improved tick marks and tooltips.

props adamsilverstein. see #23935.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/revision.php

    r24173 r24174  
    119119
    120120        <div id="loading-status" class="updated message">
    121             <p><span class="spinner" ></span> <?php _e( 'Calculating revision diffs' ); ?></p>
     121            <p><span class="spinner" ></span></p>
    122122        </div>
    123123
     
    174174
    175175<script id="tmpl-revision-ticks" type="text/html">
    176     <div class="revision-tick completed-{{{ data.completed }}} scope-of-changes-{{{ data.scopeOfChanges }}}"></div>
     176    <div class="revision-tick completed-{{{ data.completed }}} scope-of-changes-{{{ data.scopeOfChanges }}}">
     177        <span class="ui-slider-tooltip ui-widget-content ui-corner-all hidden"></span>
     178    </div>
    177179</script>
    178180<?php
Note: See TracChangeset for help on using the changeset viewer.