Ignore:
Timestamp:
12/08/07 00:11:27 (4 years ago)
Author:
hverton
Message:

updated the wiki module. added an admin panel, moved the locale strings to the module installer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/wiki/php-files/modules/wiki/actions/footer.php

    r986 r1161  
    3434    } 
    3535 
    36     print "</td><td width='1%' align='right' style='white-space:nowrap;'>"; 
     36    print "</td></tr><tr>"; 
    3737    echo $this->FormOpen("", "TextSearch", "get");  
    38 ?> 
    39 Search: <input name="phrase" size="15" class="searchbox" /> 
    40 <?php 
    41 echo $this->FormClose();  
    4238?> 
    4339    </td> 
     
    4642<table width='100%'> 
    4743<tr> 
    48     <td width='1%'> 
     44    <td width='1%' style='white-space:nowrap;'> 
     45 
     46Search: <input name="phrase" size="75" class="searchbox" /> 
     47<?php 
     48echo $this->FormClose();  
     49?> 
     50    </td> 
     51    <td width='1%' align='right'> 
    4952<?php  
    5053echo $this->GetPageTime() ? " <a href=\"".$this->href("revisions.xml")."\" title=\"Click to view recent page revisions in XML format.\"><img src=\"images/xml.png\" width=\"36\" height=\"14\" align=\"bottom\" style=\"border : 0px;\" alt=\"XML\" /></a>\n" : "&nbsp;"; 
    5154?> 
    5255    </td> 
    53     <td width='99%' align='right'> 
     56</tr> 
     57<tr> 
     58    <td colspan='2' width='99%' align='right'> 
    5459        <div class="smallprint"> 
    5560        <?php echo $this->Link("http://validator.w3.org/check/referer", "", "Valid XHTML 1.0 Transitional") ?> | 
Note: See TracChangeset for help on using the changeset viewer.