Ejemplo n.º 1
0
                        margin: 0.5em; height: 5em;
                        vertical-align: middle"/>
                </label>
        </td></tr>
        <tr>
            <th colspan="2">
                <em><?php 
echo __('Use a custom logo');
?>
&nbsp;<i class="help-tip icon-question-sign" href="#upload_a_new_logo"></i></em>
            </th>
        </tr>
        <tr><td colspan="2">
            <?php 
$current = $ost->getConfig()->getClientLogoId();
foreach (AttachmentFile::allLogos() as $logo) {
    ?>
                <div>
                <label>
                <input type="radio" name="selected-logo"
                    style="margin-left: 1em" value="<?php 
    echo $logo->getId();
    ?>
" <?php 
    if ($logo->getId() == $current) {
        echo 'checked="checked"';
    }
    ?>
/>
                <img src="<?php 
    echo $logo->getDownloadUrl();