- yWeb: remove hardcoded css from textareas

This commit is contained in:
svenhoefer
2016-01-21 16:38:59 +01:00
parent a2ba194597
commit 2738f70f38
8 changed files with 12 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ function do_submit(){
<table border="0" class="y_form_table" cellspacing="0" cellpadding="0">
<tr>
<td>&nbsp;</td>
<td><textarea name="extentions" id="ext" cols="90" rows="30" title="extention list" style="background : white; font : 'Courier New',medium monospace; color : #436976;">{=if-file-exists:/var/tuxbox/config/extentions.txt~{=include:/var/tuxbox/config/extentions.txt=}~{=if-file-exists:/var/httpd/extentions.txt~{=include:/var/httpd/extentions.txt=}~{=include:/share/tuxbox/neutrino/httpd/extentions.txt=}=}=}</textarea></td>
<td><textarea name="extentions" id="ext" cols="90" rows="30" title="extention list">{=if-file-exists:/var/tuxbox/config/extentions.txt~{=include:/var/tuxbox/config/extentions.txt=}~{=if-file-exists:/var/httpd/extentions.txt~{=include:/var/httpd/extentions.txt=}~{=include:/share/tuxbox/neutrino/httpd/extentions.txt=}=}=}</textarea></td>
</tr>
</table>
<br/>

View File

@@ -63,7 +63,7 @@ function init(){
<form name="f" accept-charset="UTF-8" action="/y/cgi">
<table border="0" class="y_form_table" cellspacing="0" cellpadding="0">
<tr>
<td><textarea name="extentions" cols="90" rows="5" title="extention list" style="background : white; font : 'Courier New',medium monospace; color : #436976;"></textarea></td>
<td><textarea name="extentions" cols="90" rows="5" title="extention list"></textarea></td>
</tr>
</table>
<br/>

View File

@@ -54,7 +54,7 @@
<form name="f" accept-charset="UTF-8" action="/y/cgi">
<table border="0" class="y_form_table" cellspacing="0" cellpadding="0">
<tr>
<td><textarea name="extentions" cols="90" rows="5" title="extention list" style="background : white; font : 'Courier New',medium monospace; color : #436976;"></textarea></td>
<td><textarea name="extentions" cols="90" rows="5" title="extention list"></textarea></td>
</tr>
</table>
<br/>

View File

@@ -56,7 +56,7 @@ function ni(){
</tr>
</table>
<form name="f" accept-charset="UTF-8" action="/y/cgi?execute=include-block:Y_Filemgr_blocks.txt;edit_save_settings;nix" method="POST">
<textarea id="txt" name="editfile" cols="100" rows="31" wrap="off" title="Editor" style="width:100%;background : white; font : 'Courier New',medium monospace; color : #333333;">{=include:{=file=}=}</textarea>
<textarea id="txt" name="editfile" cols="100" rows="31" wrap="off" title="Editor" style="width: 100%;">{=include:{=file=}=}</textarea>
<input type="hidden" name="tmpl" value="Y_Filemgr_Edit.yhtm"/>
<input type="hidden" name="file" value="{=file=}"/>
</form>

View File

@@ -95,6 +95,11 @@ input[type="text"],input[type="password"],select{
margin: 0px;
}
textarea {
font: monospace medium 'Courier New', sans-serif;
background: #ffffff;
color: #436976;
}
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */
a {
color: #555555;

View File

@@ -50,7 +50,7 @@ function do_submit() {
</tr>
<tr>
<td>&nbsp;</td>
<td><textarea name="channels" cols="60" rows="10" style="background : white; font : 'Courier New',medium monospace; color : #436976;">{=if-file-exists:/var/tuxbox/config/channels.txt~{=include:/var/tuxbox/config/channels.txt=}~{=if-file-exists:/var/httpd/channels.txt~{=include:/var/httpd/channels.txt=}~{=include:/share/tuxbox/neutrino/httpd/channels.txt=}=}=}</textarea></td>
<td><textarea name="channels" cols="60" rows="10">{=if-file-exists:/var/tuxbox/config/channels.txt~{=include:/var/tuxbox/config/channels.txt=}~{=if-file-exists:/var/httpd/channels.txt~{=include:/var/httpd/channels.txt=}~{=include:/share/tuxbox/neutrino/httpd/channels.txt=}=}=}</textarea></td>
</tr>
</table>
<br/>

View File

@@ -51,7 +51,7 @@ function doUpload()
{=var-set:help_url=Help-Tools-Command_Shell=}{=var-set:menu={=L:tools.command_shell=}=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
<div class="work_box_body">
<form name="co" action="">
<textarea name="cmds" cols="80" rows="18" title="shell output window" style="display: block;background : white; font : 'Courier New','medium monospace'; color : #436976;"></textarea>
<textarea name="cmds" cols="80" rows="18" title="shell output window"></textarea>
</form>
<form name="f" target="tmp" onsubmit="do_submit();return false;" action="">

View File

@@ -1,4 +1,4 @@
version=2.9.0.25
version=2.9.0.26
date=21.01.2016
type=Release
info=Port CST