mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
- yWeb: rename some files
This commit is contained in:
@@ -39,19 +39,19 @@ install_DATA = channels.js \
|
||||
Y_Menue.yhtm \
|
||||
Y_neutrino_Blocks.txt \
|
||||
Y_Refresh.yhtm \
|
||||
Y_Settings_automount_liste.yhtm \
|
||||
Y_Settings_automount_list.yhtm \
|
||||
Y_Settings_automount.yhtm \
|
||||
Y_Settings_Backup.yhtm \
|
||||
Y_Settings_buttons.yhtm \
|
||||
Y_Settings_glcd.yhtm \
|
||||
Y_Settings_lcd.yhtm \
|
||||
Y_Settings_Menue.yhtm \
|
||||
Y_Settings_mount_liste.yhtm \
|
||||
Y_Settings_mount_list.yhtm \
|
||||
Y_Settings_mount.yhtm \
|
||||
Y_Settings_neutrino_forms.yhtm \
|
||||
Y_Settings_nhttpd.yhtm \
|
||||
Y_Settings_personalize.yhtm \
|
||||
Y_Settings_umount_liste.yhtm \
|
||||
Y_Settings_umount_list.yhtm \
|
||||
Y_Settings_video_audio.yhtm \
|
||||
Y_Settings_wol.yhtm \
|
||||
Y_Settings_xmltv.yhtm \
|
||||
|
@@ -110,7 +110,7 @@ function do_save2()
|
||||
|
||||
var _url ="/control/exec?Y_Tools&automount_setline&/var/etc/auto.net&"+mountname+"&"+mstr;
|
||||
var res = loadSyncURL(_url);
|
||||
window.document.location.href="/Y_Settings_automount_liste.yhtm";
|
||||
window.document.location.href="/Y_Settings_automount_list.yhtm";
|
||||
}
|
||||
function change_type()
|
||||
{
|
||||
@@ -174,7 +174,7 @@ function change_type()
|
||||
</table>
|
||||
<br/>
|
||||
<button type="button" ytype="save" title="submit and save values" onClick="do_save()">Speichern</button>
|
||||
<button type="button" ytype="cancel" title="cancel" name="abort" onClick='window.document.location.href="/Y_Settings_automount_liste.yhtm"'>Abbrechen</button>
|
||||
<button type="button" ytype="cancel" title="cancel" name="abort" onClick='window.document.location.href="/Y_Settings_automount_list.yhtm"'>Abbrechen</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -75,10 +75,10 @@ function do_submit()
|
||||
</tr>
|
||||
</table>
|
||||
<br/>
|
||||
<input type="hidden" name="tmpl" value="Y_Settings_mount_liste.yhtm"/>
|
||||
<input type="hidden" name="tmpl" value="Y_Settings_mount_list.yhtm"/>
|
||||
<input type="hidden" name="execute" value="func:mount-set-values"/>
|
||||
<button type="button" ytype="save" title="submit and save values" onClick="do_submit()">Speichern</button>
|
||||
<button type="button" ytype="cancel" title="cancel" name="abort" onClick='window.document.location.href="/Y_Settings_mount_liste.yhtm"'>Abbrechen</button>
|
||||
<button type="button" ytype="cancel" title="cancel" name="abort" onClick='window.document.location.href="/Y_Settings_mount_list.yhtm"'>Abbrechen</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -12,7 +12,7 @@ function do_mount()
|
||||
nr = i;
|
||||
}
|
||||
document.f.execute.value = "script:Y_Tools domount "+nr;
|
||||
document.f.tmpl.value = "Y_Settings_umount_liste.yhtm";
|
||||
document.f.tmpl.value = "Y_Settings_umount_list.yhtm";
|
||||
document.f.submit();
|
||||
}
|
||||
function do_edit()
|
||||
@@ -36,7 +36,7 @@ function do_edit()
|
||||
<input type="hidden" name="execute" value=""/>
|
||||
<button type="button" ytype="edit" title="edit mount settings" onclick="do_edit()">Ändern</button>
|
||||
<button type="button" ytype="no" title="mount selected directory" onclick="do_mount()">Mount</button>
|
||||
<button type="button" ytype="no" title="view unmount list" onclick='window.document.location.href="/Y_Settings_umount_liste.yhtm"'>Unmount list</button>
|
||||
<button type="button" ytype="no" title="view unmount list" onclick='window.document.location.href="/Y_Settings_umount_list.yhtm"'>Unmount list</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
@@ -27,9 +27,9 @@ function do_unmount()
|
||||
<div class="work_box_body">
|
||||
<form action="/y/cgi" name="f" id="f">
|
||||
{=func:umount_get_list=}
|
||||
<input type="hidden" name="tmpl" value="/Y_Settings_umount_liste.yhtm"/>
|
||||
<input type="hidden" name="tmpl" value="/Y_Settings_umount_list.yhtm"/>
|
||||
<input type="button" value="Unmount" title="unmount selected directory" name="B1" onClick='do_unmount()'/>
|
||||
<input type="button" value="Mount list" title="view mount list" name="B1" onClick='window.document.location.href="/Y_Settings_mount_liste.yhtm"'/>
|
||||
<input type="button" value="Mount list" title="view mount list" name="B1" onClick='window.document.location.href="/Y_Settings_mount_list.yhtm"'/>
|
||||
<input type="hidden" name="execute" value=""/>
|
||||
</form>
|
||||
</div>
|
@@ -27,14 +27,14 @@ function init(){
|
||||
{=if-empty:{=var-get:automount=}~
|
||||
<a href="javascript:void(0)" class="disabled" title="{=L:tools.not_installed=}">{=L:tools.automount=}</a>
|
||||
~
|
||||
{=var-set:m_link_href=Y_Settings_automount_liste.yhtm=}
|
||||
{=var-set:m_link_href=Y_Settings_automount_list.yhtm=}
|
||||
{=var-set:m_link_desc==}
|
||||
{=var-set:m_link_text={=L:tools.automount=}=}
|
||||
{=include-block:Y_Blocks.txt;management_link=}
|
||||
=}
|
||||
</li>
|
||||
<li>
|
||||
{=var-set:m_link_href=Y_Settings_mount_liste.yhtm=}
|
||||
{=var-set:m_link_href=Y_Settings_mount_list.yhtm=}
|
||||
{=var-set:m_link_desc={=L:tools.mounts_desc=}=}
|
||||
{=var-set:m_link_text={=L:tools.mounts=}=}
|
||||
{=include-block:Y_Blocks.txt;management_link=}
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version=2.9.0.60
|
||||
date=15.12.2021
|
||||
version=2.9.1
|
||||
date=29.12.2021
|
||||
info=Tuxbox-Neutrino
|
||||
|
Reference in New Issue
Block a user