Remove the 'dynamic updates' stuff
This commit is contained in:
parent
9501938d48
commit
4125bf6601
1 changed files with 2 additions and 3 deletions
|
@ -595,14 +595,13 @@ ajax_page_root(http_connection_t *hc, http_reply_t *hr,
|
|||
ajax_box_begin(tq, AJAX_BOX_FILLED, NULL, NULL, NULL);
|
||||
|
||||
tcp_qprintf(tq,
|
||||
"<div style=\"width: 100%%; overflow: auto\">"
|
||||
"<div style=\"width: 100%%; overflow: hidden\">"
|
||||
"<div style=\"float: left; width: 30%%\">"
|
||||
"Tvheadend v1.x (r?)"
|
||||
"</div>"
|
||||
"<div style=\"float: left; width: 40%%\" id=\"topmenu\"></div>"
|
||||
"<div style=\"float: left; width: 30%%; text-align: right\">"
|
||||
"<input class=\"nicebox\" type=\"checkbox\" checked> "
|
||||
"Dynamic updates"
|
||||
" "
|
||||
"</div>"
|
||||
"</div>");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue