mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
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
25 lines
799 B
Plaintext
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>
|