вопрос
Доброй ночи, подскажите пожалуйста как изменить вместо выбора по радио кнопкам, что бы было списком .
DLE 15.2
Редактируемый файл в шаблоне: addnews.tpl
Сам код:
DLE 15.2
Редактируемый файл в шаблоне: addnews.tpl
Сам код:
<div class="block_bnr">
<div id="block_bnr_btn_left_top" class="block_bnr_btn l2b_active_b">LEFT UP</div>
<div id="block_bnr_btn_right_top" class="block_bnr_btn">RIGHT UP</div>
<div id="block_bnr_btn_left_bottom" class="block_bnr_btn">LEFT DOWN</div>
<div id="block_bnr_btn_right_bottom" class="block_bnr_btn">RIGHT DOWN</div>
<div class="bnr_code bnr_code_active" id="bnr_code_left_top">
<p class="code_img_wrp">
<img src="http://сайт/banners.jpg" width="186" height="59" alt="">
</p>
<textarea onclick="this.select()"><a href="http://сайт" style="position: fixed; z-index:99999; top: 20px; left: 20px;" target="_blank"><img src="www.сайт/banners.jpg" height="59" alt="ALT" title="ALT" border="0"></a></textarea>
</div>
<div class="bnr_code" id="bnr_code_right_top">
<p class="code_img_wrp">
<img src="http://сайт/banners.jpg" width="186" height="59" alt="">
</p>
<textarea onclick="this.select()"><a href="http://сайт" style="position: fixed; z-index:99999; top: 20px; right: 20px;" target="_blank"><img src="www.сайт/banners.jpg" width="186" height="59" alt="ALT" title="ALT" border="0"></a></textarea>
</div>
<div class="bnr_code" id="bnr_code_left_bottom">
<p class="code_img_wrp">
<img src="http://сайт/banners.jpg" width="186" height="59" alt="">
</p>
<textarea onclick="this.select()"><a href="http://сайт" style="position: fixed; z-index:99999; bottom: 20px; left: 20px;" target="_blank"><img src="www.сайт/banners.jpg" width="186" height="59" alt="ALT" title="ALT" border="0"></a></textarea>
</div>
<div class="bnr_code" id="bnr_code_right_bottom">
<p class="code_img_wrp">
<img src="http://сайт/banners.jpg" width="186" height="59" alt="">
</p>
<textarea onclick="this.select()"><a href="http://сайт/" style="position: fixed; z-index:99999; bottom: 20px; right: 20px;" target="_blank"><img src="www.сайт/banners.jpg" width="186" height="59" alt="ALT" title="ALT" border="0"></a></textarea>
</div>
</div>