summaryrefslogtreecommitdiffstats
path: root/module/web/templates
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-08-17 16:11:13 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-08-17 16:11:13 +0200
commit208b857c3f9b9233037847b9c5d98ab9e958ce19 (patch)
tree850f58379c38e7a91040f2a1415545954ab1036c /module/web/templates
parentMerge (diff)
downloadpyload-208b857c3f9b9233037847b9c5d98ab9e958ce19.tar.xz
renamed default_mobile to mobile
Diffstat (limited to 'module/web/templates')
-rw-r--r--module/web/templates/default/base.html2
-rw-r--r--module/web/templates/mobile/base.html (renamed from module/web/templates/default_mobile/base.html)10
-rw-r--r--module/web/templates/mobile/login.html (renamed from module/web/templates/default_mobile/login.html)0
3 files changed, 6 insertions, 6 deletions
diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html
index d5d96eef3..e3c216390 100644
--- a/module/web/templates/default/base.html
+++ b/module/web/templates/default/base.html
@@ -202,7 +202,7 @@
}},
style:{
classes:'ui-tooltip-light ui-tooltip-shadow',
- width: $("#notification_div").outerWidth(),
+ width: $("#globalprogress").outerWidth(),
height: 100
},
hide: false
diff --git a/module/web/templates/default_mobile/base.html b/module/web/templates/mobile/base.html
index d2fec8f2e..342a7eb63 100644
--- a/module/web/templates/default_mobile/base.html
+++ b/module/web/templates/mobile/base.html
@@ -4,11 +4,11 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{% block title %}pyLoad {{ _("Webinterface") }}{% endblock %}</title>
- <link href="static/css/default_mobile/my.css" rel="stylesheet" type="text/css"/>
- <link href="static/css/default_mobile/jquery.mobile-1.1.1.min.css" rel="stylesheet" type="text/css"/>
+ <link href="static/css/mobile/my.css" rel="stylesheet" type="text/css"/>
+ <link href="static/css/mobile/jquery.mobile-1.1.1.min.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="static/js/libs/jquery-1.8.0.min.js"></script>
- <script type="text/javascript" src="static/js/default_mobile/jquery.mobile-1.1.1.min.js"></script>
- <script type="text/javascript" src="static/js/default_mobile/my.js"></script>
+ <script type="text/javascript" src="static/js/libs/jquery.mobile-1.1.1.min.js"></script>
+ <script type="text/javascript" src="static/js/mobile/my.js"></script>
{% block head %}
{% endblock %}
</head>
@@ -16,7 +16,7 @@
{% block content %}
<!-- home -->
-<div data-role="page" id="page1" style="background: url('/static/img/default_mobile/fancy_deboss.png') repeat">
+<div data-role="page" id="page1" style="background: url('/static/img/default/fancy_deboss.png') repeat">
<div data-role="content" style="padding: 1%">
<div data-role="navbar" data-iconpos="bottom">
<ul>
diff --git a/module/web/templates/default_mobile/login.html b/module/web/templates/mobile/login.html
index 37698cc5c..37698cc5c 100644
--- a/module/web/templates/default_mobile/login.html
+++ b/module/web/templates/mobile/login.html