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/bin/module_maker/list_template.cli.php

    r41 r42  
    4949if (is_array($cols) && !empty($cols)) {
    5050    foreach ($cols as $col) {
    51        
     51
    5252        // Human readable.
    5353        $field = $col[0];
    5454        $title = ucfirst(str_replace('_', ' ', $field));
    5555        $type = preg_replace('/^(\w+).*$/', '\\1', $col[1]);
    56        
     56
    5757        // Get primary key.
    5858        if ('PRI' == $col[3]) {
    5959            $primary_key = $field;
    6060        }
    61        
     61
    6262        // Column headers.
    6363        $headers[$field] = $title;
    64        
     64
    6565        // Column data.
    6666        if (preg_match("/enum\('true'\)/", $col[1])) {
     
    111111    <span class="nowrap commandtext"><a href="<\x3fphp echo App::oHREF(\$_SERVER['PHP_SELF'] . '?op=add'); \x3f>"><\x3fphp echo _("Add <##>"); \x3f></a></span>
    112112    <br />
    113    
     113
    114114    <input type="text" class="small" size="20" name="search_query" value="<\x3fphp echo getFormData('search_query'); \x3f>" title="<\x3fphp echo oTxt(_("Fields searched: <##>.")); \x3f>" />
    115115    <select name="filter_<##>">
Note: See TracChangeset for help on using the changeset viewer.