Ignore:
Timestamp:
Dec 18, 2005 12:16:03 AM (18 years ago)
Author:
scdev
Message:

detabbed all files ;P

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/services/templates/versions_view.ihtml

    r41 r42  
    1 <div id="commandbox">               
     1<div id="commandbox">
    22<?php if (!getFormData('current', false)) { ?>
    33    <span class="nowrap commandtext"><a href="<?php echo App::oHREF($_SERVER['PHP_SELF'] . '?op=restore', array('version_id', 'version_title')); ?>"><?php echo _("Restore this saved version"); ?></a></span>
     
    1010<table class="list" border="0" cellspacing="0" cellpadding="4">
    1111<?php
    12 while ((list($k, $v_d) = each($data))) { 
     12while ((list($k, $v_d) = each($data))) {
    1313    ?>
    1414    <tr>
Note: See TracChangeset for help on using the changeset viewer.