aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-01-28 11:08:21 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-01-28 11:08:21 +0100
commit21f50d5a08381d0d2f27d36b0d97a4f518eeefcb (patch)
tree0d0767483753d159e754ac4946808a1a6f01cf8d
parent1b539ba1ece99774ef28eb149f7b6d21964260e9 (diff)
downloadwallabag-21f50d5a08381d0d2f27d36b0d97a4f518eeefcb.tar.gz
wallabag-21f50d5a08381d0d2f27d36b0d97a4f518eeefcb.tar.zst
wallabag-21f50d5a08381d0d2f27d36b0d97a4f518eeefcb.zip
changed some poche with wallabag
-rwxr-xr-xthemes/courgette/install.twig4
-rwxr-xr-xthemes/courgette/layout.twig2
-rwxr-xr-xthemes/courgette/login.twig4
-rw-r--r--themes/default/install.twig4
-rw-r--r--themes/default/layout.twig2
-rw-r--r--themes/default/login.twig4
6 files changed, 10 insertions, 10 deletions
diff --git a/themes/courgette/install.twig b/themes/courgette/install.twig
index 9b4a769c..20d15f18 100755
--- a/themes/courgette/install.twig
+++ b/themes/courgette/install.twig
@@ -3,9 +3,9 @@
3{% block content %} 3{% block content %}
4 <form method="post" action="?install" name="loginform"> 4 <form method="post" action="?install" name="loginform">
5 <fieldset class="w500p center"> 5 <fieldset class="w500p center">
6 <h2 class="mbs txtcenter">{% trans "install your poche" %}</h2> 6 <h2 class="mbs txtcenter">{% trans "install your wallabag" %}</h2>
7 <p> 7 <p>
8 {% trans "poche is still not installed. Please fill the below form to install it. Don't hesitate to <a href='http://doc.wallabag.org'>read the documentation on poche website</a>." %} 8 {% trans "wallabag is still not installed. Please fill the below form to install it. Don't hesitate to <a href='http://doc.wallabag.org'>read the documentation on wallabag website</a>." %}
9 </p> 9 </p>
10 <p class="row"> 10 <p class="row">
11 <label class="col w150p" for="login">{% trans "Login" %}</label> 11 <label class="col w150p" for="login">{% trans "Login" %}</label>
diff --git a/themes/courgette/layout.twig b/themes/courgette/layout.twig
index 9a420ac4..57c2cc98 100755
--- a/themes/courgette/layout.twig
+++ b/themes/courgette/layout.twig
@@ -10,7 +10,7 @@
10 <!--[if IE]> 10 <!--[if IE]>
11 <meta http-equiv="X-UA-Compatible" content="IE=10"> 11 <meta http-equiv="X-UA-Compatible" content="IE=10">
12 <![endif]--> 12 <![endif]-->
13 <title>{% block title %}{% endblock %} - poche</title> 13 <title>{% block title %}{% endblock %} - wallabag</title>
14{% include '_head.twig' %} 14{% include '_head.twig' %}
15{% include '_bookmarklet.twig' %} 15{% include '_bookmarklet.twig' %}
16 </head> 16 </head>
diff --git a/themes/courgette/login.twig b/themes/courgette/login.twig
index 3e17982f..1fec0fc9 100755
--- a/themes/courgette/login.twig
+++ b/themes/courgette/login.twig
@@ -1,10 +1,10 @@
1{% extends "layout.twig" %} 1{% extends "layout.twig" %}
2 2
3{% block title %}{% trans "login to your poche" %}{% endblock %} 3{% block title %}{% trans "login to your wallabag" %}{% endblock %}
4{% block content %} 4{% block content %}
5 <form method="post" action="?login" name="loginform" id="loginForm"> 5 <form method="post" action="?login" name="loginform" id="loginForm">
6 <fieldset class="w500p center"> 6 <fieldset class="w500p center">
7 <h2 class="mbs txtcenter">{% trans "login to your poche" %}</h2> 7 <h2 class="mbs txtcenter">{% trans "login to your wallabag" %}</h2>
8 {% if constant('MODE_DEMO') == 1 %}<p>{% trans "you are in demo mode, some features may be disabled." %}</p>{% endif %} 8 {% if constant('MODE_DEMO') == 1 %}<p>{% trans "you are in demo mode, some features may be disabled." %}</p>{% endif %}
9 <div class="row"> 9 <div class="row">
10 <label class="col w150p" for="login">{% trans "Login" %}</label> 10 <label class="col w150p" for="login">{% trans "Login" %}</label>
diff --git a/themes/default/install.twig b/themes/default/install.twig
index 0dec2c48..c89c7e47 100644
--- a/themes/default/install.twig
+++ b/themes/default/install.twig
@@ -3,9 +3,9 @@
3{% block content %} 3{% block content %}
4 <form method="post" action="?install" name="loginform"> 4 <form method="post" action="?install" name="loginform">
5 <fieldset class="w500p center"> 5 <fieldset class="w500p center">
6 <h2 class="mbs txtcenter">{% trans "install your poche" %}</h2> 6 <h2 class="mbs txtcenter">{% trans "install your wallabag" %}</h2>
7 <p> 7 <p>
8 {% trans "Poche is still not installed. Please fill the below form to install it. Don't hesitate to <a href='http://doc.wallabag.org/'>read the documentation on poche website</a>." %} 8 {% trans "wallabag is still not installed. Please fill the below form to install it. Don't hesitate to <a href='http://doc.wallabag.org/'>read the documentation on wallabag website</a>." %}
9 </p> 9 </p>
10 <p class="row"> 10 <p class="row">
11 <label class="col w150p" for="login">{% trans "Login" %}</label> 11 <label class="col w150p" for="login">{% trans "Login" %}</label>
diff --git a/themes/default/layout.twig b/themes/default/layout.twig
index fec7054a..dfebc3ea 100644
--- a/themes/default/layout.twig
+++ b/themes/default/layout.twig
@@ -10,7 +10,7 @@
10 <!--[if IE]> 10 <!--[if IE]>
11 <meta http-equiv="X-UA-Compatible" content="IE=10"> 11 <meta http-equiv="X-UA-Compatible" content="IE=10">
12 <![endif]--> 12 <![endif]-->
13 <title>{% block title %}{% endblock %} - poche</title> 13 <title>{% block title %}{% endblock %} - wallabag</title>
14{% include '_head.twig' %} 14{% include '_head.twig' %}
15{% include '_bookmarklet.twig' %} 15{% include '_bookmarklet.twig' %}
16 </head> 16 </head>
diff --git a/themes/default/login.twig b/themes/default/login.twig
index e2a9a9f5..bf685240 100644
--- a/themes/default/login.twig
+++ b/themes/default/login.twig
@@ -1,11 +1,11 @@
1{% extends "layout.twig" %} 1{% extends "layout.twig" %}
2 2
3{% block title %}{% trans "login to your poche" %}{% endblock %} 3{% block title %}{% trans "login to your wallabag" %}{% endblock %}
4{% block content %} 4{% block content %}
5 {% if http_auth == 0 %} 5 {% if http_auth == 0 %}
6 <form method="post" action="?login" name="loginform"> 6 <form method="post" action="?login" name="loginform">
7 <fieldset class="w500p center"> 7 <fieldset class="w500p center">
8 <h2 class="mbs txtcenter">{% trans "Login to poche" %}</h2> 8 <h2 class="mbs txtcenter">{% trans "Login to wallabag" %}</h2>
9 {% if constant('MODE_DEMO') == 1 %}<p>{% trans "you are in demo mode, some features may be disabled." %}</p>{% endif %} 9 {% if constant('MODE_DEMO') == 1 %}<p>{% trans "you are in demo mode, some features may be disabled." %}</p>{% endif %}
10 <div class="row"> 10 <div class="row">
11 <label class="col w150p" for="login">{% trans "Username" %}</label> 11 <label class="col w150p" for="login">{% trans "Username" %}</label>