Home » Projects » Mambo CMS » SVN » Browse repository
Diff of /mambo/tags/46_release/includes/mamboHTML.php
Parent Directory
|
Revision Log
|
Patch
| 18 |
echo '<tr>'; |
echo '<tr>'; |
| 19 |
echo '<td class="item">' . $folder . '/</td>'; |
echo '<td class="item">' . $folder . '/</td>'; |
| 20 |
echo '<td align="left">'; |
echo '<td align="left">'; |
| 21 |
echo is_writable( "../$folder" ) ? '<b><font color="green">Writeable</font></b>' : '<b><font color="red">Unwriteable</font></b>' . '</td>'; |
echo is_writable( "../$folder" ) ? '<b><font color="green">'.T_('Writeable').'</font></b>' : '<b><font color="red">'.T_('Unwriteable').'</font></b>' . '</td>'; |
| 22 |
echo '</tr>'; |
echo '</tr>'; |
| 23 |
} |
} |
| 24 |
|
|
| 170 |
* @returns string HTML for the radio list |
* @returns string HTML for the radio list |
| 171 |
*/ |
*/ |
| 172 |
function yesnoRadioList( $tag_name, $tag_attribs, $selected, $yes=_CMN_YES, $no=_CMN_NO ) { |
function yesnoRadioList( $tag_name, $tag_attribs, $selected, $yes=_CMN_YES, $no=_CMN_NO ) { |
| 173 |
|
|
| 174 |
$arr = array( |
$arr = array( |
| 175 |
mosHTML::makeOption( '0', $no, true ), |
mosHTML::makeOption( '0', $no, true ), |
| 176 |
mosHTML::makeOption( '1', $yes, true ) |
mosHTML::makeOption( '1', $yes, true ) |
|
|
Legend:
| Removed from v.138 |
|
| changed lines |
| |
Added in v.149 |
|
|

Web Hosting provided by Network
Redux.