Files
recycled-ni-neutrino/data/y-web/Y_Boxcontrol_Bouquets.yhtm
vanhofen 08ec035090 yWeb: try to remove horizontal scrollbars from bouquet list
Origin commit data
------------------
Branch: ni/coolstream
Commit: f188db70cb
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-19 (Sun, 19 Feb 2023)

Origin message was:
------------------
- yWeb: try to remove horizontal scrollbars from bouquet list

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2023-02-19 22:30:08 +01:00

25 lines
799 B
Plaintext

{=include-block:Y_Blocks.txt;head=}
<style>
.work_box_body {
padding-right: 0;
}
</style>
{=include-block:Y_Blocks.txt;head_close=}
<body>
<div class="work_box">
<div class="work_box_head"><div class="work_box_head_h2">
{=var-set:menu=Bouquet=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
<div class="work_box_body">
<iframe src="Y_Boxcontrol_Bouquetlist.yhtm?bouquet=#akt"
scrolling="auto" marginheight="1" marginwidth="1" frameborder="0" name="bouquets"
style="height: 600px; width: 24%; float: left;">
</iframe>
<iframe src="Y_Boxcontrol_Channellist.yhtm?bouquet={=func:get_actual_bouquet_number=}"
scrolling="auto" marginheight="1" marginwidth="1" frameborder="0" name="content"
style="height: 600px; width: 76%; float: right;">
</iframe>
</div>
</div>
</body>
</html>