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/lock.ihtml

    r41 r42  
    1 <?php 
     1<?php
    22if (!is_a($lock, 'RecordLock')) {
    33    return null;
     
    99
    1010    <p><?php
    11     printf(_("The record <strong>%s</strong> is currently being edited by <strong>%s</strong> (%d minutes elapsed). You cannot modify the record while it is locked by another user."), 
    12         $lock->getTitle(), 
    13         $lock->getEditor(), 
     11    printf(_("The record <strong>%s</strong> is currently being edited by <strong>%s</strong> (%d minutes elapsed). You cannot modify the record while it is locked by another user."),
     12        $lock->getTitle(),
     13        $lock->getEditor(),
    1414        date('i', $lock->getSecondsElapsed() + 60)
    1515    );
Note: See TracChangeset for help on using the changeset viewer.