Changeset 809 for trunk/Modules
- Timestamp:
- May 25, 2014, 1:11:07 PM (11 years ago)
- Location:
- trunk/Modules
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Dictionary/Dictionary.php
r790 r809 223 223 224 224 $Output .= '<tr><td> 225 <input type="text" value="'. htmlentities($Search).'" name="search" size="30" />225 <input type="text" value="'.$Search.'" name="search" size="30" /> 226 226 <input type="submit" value="'.T('Search').'" />'; 227 227 if($this->System->User->Licence(LICENCE_USER)) -
trunk/Modules/Export/Page.php
r802 r809 397 397 $Sequence = '<input type="text" name="seq'.$Langugage['Id'].'" style="text-align: center; width: 40px;" value="'.$Langugage['Sequence2'].'"'.$DisabledInput[$Editable].'/>'; 398 398 $Output .= '<tr> 399 <td>'.$Langugage['Name'].'</ a></td>399 <td>'.$Langugage['Name'].'</td> 400 400 <td>'.$Selection.'</td><td>'.$Sequence.'</td></tr>'; 401 401 } -
trunk/Modules/FrontPage/FrontPage.php
r801 r809 82 82 '<table class="Home"><tr><td colspan="3">'.$this->ShowWelcome(). 83 83 '</td></tr>'; 84 $Output .= '<tr><td ><h3><a href="'.$this->System->Link('/download/').'">'.T('Download Czech File').'</a></h3></td></tr>';84 $Output .= '<tr><td colspan="3"><h3><a href="'.$this->System->Link('/download/').'">'.T('Download Czech File').'</a></h3></td></tr>'; 85 85 86 $Output .= '<tr><td >'.$this->ShowLastTranslated().'</td>'.86 $Output .= '<tr><td class="SideBox">'.$this->ShowLastTranslated().'</td>'. 87 87 '<td class="news-box">'.$this->System->ModuleManager->Modules['News']->ShowBox().'</td>'. 88 '<td >'.$this->System->ModuleManager->Modules['ShoutBox']->ShowBox().'</td>'.88 '<td class="SideBox">'.$this->System->ModuleManager->Modules['ShoutBox']->ShowBox().'</td>'. 89 89 '</tr></table>'; 90 90 return($Output);
Note:
See TracChangeset
for help on using the changeset viewer.