Преглед на файлове

Mini modif visuelle pour la page de connexion.

bastien преди 12 години
родител
ревизия
7d194d31d7

+ 1 - 1
app/Resources/translations/userui.fr.yml Целия файл

@@ -7,5 +7,5 @@ my_account:
7 7
   change_password:  Changer mon mot de passe
8 8
   change_email:     Changer mon adresse email
9 9
   
10
-connection:
10
+connexion:
11 11
   password_lost:    Mot de passe perdu ?

+ 1 - 1
src/Muzich/CoreBundle/Repository/ElementRepository.php Целия файл

@@ -37,7 +37,7 @@ class ElementRepository extends EntityRepository
37 37
     $join_personal = '';
38 38
     //$query_with = '';
39 39
     $where = '';
40
-        //die(var_dump($searcher));
40
+    
41 41
     // ajout du filtres de trie avec les tags transmis
42 42
     foreach ($searcher->getTags() as $tag_id)
43 43
     {

+ 3 - 0
src/Muzich/IndexBundle/Resources/views/Index/index.html.twig Целия файл

@@ -8,6 +8,9 @@
8 8
 
9 9
     <div class="login_box">
10 10
       {% include "MuzichUserBundle:Security:login.html.twig" %}
11
+        
12
+      <br /><br />
13
+      
11 14
       {% include "MuzichUserBundle:Registration:register.html.twig" %}
12 15
     </div>
13 16
     

+ 1 - 0
src/Muzich/UserBundle/Resources/views/Security/login.html.twig Целия файл

@@ -10,6 +10,7 @@
10 10
       <label for="password">{{ 'security.login.password'|trans({}, 'FOSUserBundle') }}</label>
11 11
       <input type="password" id="password" name="_password" />
12 12
 
13
+      <br />
13 14
       <input type="checkbox" id="remember_me" name="_remember_me" value="on" />
14 15
       <label for="remember_me">{{ 'security.login.remember_me'|trans({}, 'FOSUserBundle') }}</label>
15 16
 

+ 6 - 1
web/bundles/muzichindex/css/index.css Целия файл

@@ -8,9 +8,14 @@
8 8
 
9 9
 .hello .login_box
10 10
 {
11
-  width: 640px;
11
+  width: 525px;
12 12
   margin-left: auto;
13 13
   margin-right: auto;
14 14
   background-color: #e3f6fd;
15 15
   padding: 20px;
16 16
 }
17
+
18
+.login_box input[id="username"], .login_box input[id="password"]
19
+{
20
+  width: 100px;
21
+}