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

Show
Ignore:
Timestamp:
04/30/10 14:14:49 (2 years ago)
Author:
johnnyoffline
Message:

history browser tweak

Files:
1 modified

Legend:

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

    r1045 r1105  
    1414                        </tr> 
    1515                        </thead> 
    16                         <tfoot> 
    17                         <?php if (1): ?> 
    18                           <tr> 
    19                                   <td colspan="3"> 
    20                                     <a href="#" class="a-history-browser-view-more"><?php echo __('View More Revisions', null, 'apostrophe') ?> <img src="/apostrophePlugin/images/a-icon-loader.gif" class="spinner" /></a> 
    21           </td> 
    22                                         <td class="number-of-revisions"></td> 
    23                           </tr> 
    24                         <?php endif ?> 
    25                         </tfoot> 
    26                         <tbody class="a-history-items"> <?php // this replaces the history container, we want to return a list of populated rows <TR></TR> ?> 
     16                        <tbody class="a-history-items"> 
    2717                        <tr class="a-history-item"> 
    2818                                <td class="date"><img src="/apostrophePlugin/images/a-icon-loader.gif"></td> 
     
    3121                        </tr> 
    3222                        </tbody> 
     23                        <tfoot> 
     24                          <tr> 
     25                                  <td colspan="3"> 
     26                                    <a href="#" class="a-history-browser-view-more" id="a-history-browser-view-more"><?php echo __('View More Revisions', null, 'apostrophe') ?> <img src="/apostrophePlugin/images/a-icon-loader.gif" class="spinner" /></a> 
     27          </td> 
     28                                        <td class="number-of-revisions"></td> 
     29                          </tr> 
     30                        </tfoot> 
    3331                </table> 
    3432        </div>