mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-10 18:34:18 +08:00
Update transmission-web-control.patch
This commit is contained in:
@@ -15,3 +15,33 @@
|
||||
|
||||
PKG_LICENSE:=MIT
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
deleted file mode 100644
|
||||
index a885498523a..00000000000
|
||||
--- a/transmission-web-control/patches/001-remove-ui-original-link.patch
|
||||
+++ /dev/null
|
||||
@@ -1,24 +0,0 @@
|
||||
---- a/src/index.html
|
||||
-+++ b/src/index.html
|
||||
-@@ -66,11 +66,6 @@
|
||||
- data-options="iconCls:'icon-mobile',plain:true" system-tip-lang="toolbar.tip['ui-mobile']"><span
|
||||
- system-lang="toolbar['ui-mobile']"></span></a>
|
||||
- <span class="button-split">|</span>
|
||||
-- <!-- 切换到原版 -->
|
||||
-- <a id="" href="javascript:location.href = 'index.original.html';" class="easyui-linkbutton"
|
||||
-- data-options="iconCls:'icon-transmission',plain:true" system-tip-lang="toolbar.tip['ui-original']"><span
|
||||
-- system-lang="toolbar['ui-original']"></span></a>
|
||||
-- <span class="button-split">|</span>
|
||||
- <!-- 关于 -->
|
||||
- <a id="toolbar_about" href="javascript:void(0);"
|
||||
- onclick="javascript:system.openDialogFromTemplate({id: 'dialog-about',options: {title: system.lang.toolbar['about'],width: 420,height: 370}});"
|
||||
---- a/src/index.mobile.html
|
||||
-+++ b/src/index.mobile.html
|
||||
-@@ -69,7 +69,6 @@
|
||||
- <ul data-role="listview" data-divider-theme="a" data-theme="c" data-icon="false" style="margin-top:15px;">
|
||||
- <li data-role='list-divider'>UI</li>
|
||||
- <li><a href="#" onclick="location.href = 'index.html?devicetype=computer';"><img src="tr-web-control/style/images/computer.png" class="ui-li-icon"/><span system-lang="toolbar['ui-computer']"></span></a></li>
|
||||
-- <li><a href="#" onclick="location.href = 'index.original.html';"><img src="tr-web-control/style/images/transmission.png" class="ui-li-icon"/><span system-lang="toolbar['ui-original']"></span></a></li>
|
||||
- </ul>
|
||||
- <ul data-role="listview" data-divider-theme="a" data-theme="c" data-icon="false" style="margin-top:15px;">
|
||||
- <li data-role='list-divider'><span system-lang="title.status"></span></li>
|
||||
|
||||
Reference in New Issue
Block a user