Home » Projects » Mambo CMS » SVN » Browse repository
Diff of /mambo/tags/46_release/includes/mamboHTML.php
Parent Directory
|
Revision Log
|
Patch
| 167 |
function yesnoRadioList( $tag_name, $tag_attribs, $selected, $yes=false, $no=false ) { |
function yesnoRadioList( $tag_name, $tag_attribs, $selected, $yes=false, $no=false ) { |
| 168 |
|
|
| 169 |
$arr = array( |
$arr = array( |
| 170 |
mosHTML::makeOption( '0', $no ? $no : T_('Yes') ), |
mosHTML::makeOption( '0', $no ? $no : T_('No') ), |
| 171 |
mosHTML::makeOption( '1', $yes ? $yes : T_('No') ) |
mosHTML::makeOption( '1', $yes ? $yes : T_('Yes') ) |
| 172 |
); |
); |
| 173 |
return mosHTML::radioList( $arr, $tag_name, $tag_attribs, $selected ); |
return mosHTML::radioList( $arr, $tag_name, $tag_attribs, $selected ); |
| 174 |
} |
} |
|
|
Legend:
| Removed from v.183 |
|
| changed lines |
| |
Added in v.193 |
|
|

Web Hosting provided by Network
Redux.