• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

language french

Scheduled Pinned Locked Moved Solved
Bug Reports
5
12
3.0k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B
    beauvais
    last edited by Mar 30, 2017, 12:17 PM

    Bonjour,

    J’ai corrigé la page de login de fog , elle est décalée et c 'est pas jolie. Si cela pourrait être dans les mises a jour.

    I corrected the login page of fog, it is shifted and it is not pretty.If that could be in the updates.

    @+ Denis

    2_1490875985454_messages.pot 1_1490875985454_messages.po 0_1490875985454_messages.mo
    0_1490876122887_Capture.PNG

    T 1 Reply Last reply Mar 31, 2017, 2:37 PM Reply Quote 0
    • W
      Wayne Workman
      last edited by Wayne Workman Mar 31, 2017, 6:53 AM Mar 31, 2017, 12:53 PM

      I know this isn’t really a bug but, I’m moving this to bugs & marking unsolved just so it’s not forgotten about.

      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
      Daily Clean Installation Results:
      https://fogtesting.fogproject.us/
      FOG Reporting:
      https://fog-external-reporting-results.fogproject.us/

      1 Reply Last reply Reply Quote 0
      • T
        Tom Elliott
        last edited by Mar 31, 2017, 1:04 PM

        I’m not understanding what the problem is. The picture presented doesn’t seem to show any major issues. Again I’m not french speaking so I’m not sure what to say there.

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

        Q 1 Reply Last reply Mar 31, 2017, 1:23 PM Reply Quote 0
        • T
          Tom Elliott
          last edited by Mar 31, 2017, 1:06 PM

          What files are these based on?

          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

          1 Reply Last reply Reply Quote 0
          • Q
            Quazz Moderator @Tom Elliott
            last edited by Quazz Mar 31, 2017, 7:27 AM Mar 31, 2017, 1:23 PM

            @Tom-Elliott My guess is he has already edited it so that the problem doesn’t appear anymore.

            I just checked, and the default french layout does have problems on login page.

            However, the better solution, imo, would be to edit the css

            Specifically

            #login-form label
            

            Its width is coded to 80px right now, setting it instead to 100% seems to work much better.

            It will rearrange it so the labels are on top of the fields, which may not be desirable, however. But it seems the translations to French make the content of the labels too big for the current layout.

            1 Reply Last reply Reply Quote 1
            • T
              Tom Elliott @beauvais
              last edited by Mar 31, 2017, 2:37 PM

              @beauvais In the working branch I’ve updated the css to align properly with the funky text now.

              You will need to install the working branch to test/see the changes, but I think this is much more suitable.

              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

              Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

              Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

              1 Reply Last reply Reply Quote 1
              • T
                Tom Elliott
                last edited by Mar 31, 2017, 2:38 PM

                0_1490971076441_upload-f0dee145-3633-4cec-a8d8-75592095d5b1

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                1 Reply Last reply Reply Quote 0
                • B
                  beauvais
                  last edited by Apr 3, 2017, 1:32 PM

                  @Wayne-Workman said in language french:

                  I know this isn’t really a bug but, I’m moving this to bugs & marking unsolved just so it’s not forgotten about.

                  Ok merci Tom et Wayne je testerais.
                  Ok thank you Tom and Wayne I would test.
                  Welcome to Angers

                  1 Reply Last reply Reply Quote 0
                  • B
                    beauvais
                    last edited by Apr 3, 2017, 2:08 PM

                    @Quazz said in language french:

                    #login-form label

                    Bonjour,
                    J 'ai mis 140px et maintenant on obtient une belle mise en forme.
                    Merci
                    Hello,
                    I put 140px and now we get a nice formatting.
                    Thank you

                    /var/www/html/fog/management/css/default/fog.css
                    #login-form label {
                    float: left;
                    margin: 3px 0;
                    width: 140px;
                    font-size: 16px;

                    W 1 Reply Last reply Apr 4, 2017, 1:33 AM Reply Quote 0
                    • W
                      Wayne Workman @beauvais
                      last edited by Apr 4, 2017, 1:33 AM

                      @beauvais Can you move to 1.4 release candidate to confirm if this is fixed?

                      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                      Daily Clean Installation Results:
                      https://fogtesting.fogproject.us/
                      FOG Reporting:
                      https://fog-external-reporting-results.fogproject.us/

                      M 1 Reply Last reply Apr 4, 2017, 6:39 AM Reply Quote 0
                      • M
                        Matthieu Jacquart @Wayne Workman
                        last edited by Matthieu Jacquart Apr 4, 2017, 12:41 AM Apr 4, 2017, 6:39 AM

                        @Wayne-Workman Ok, upgraded to 1.4-RC3 and it’s fine ! But I still prefer english language 😉
                        Is it normal I have to modify .fogsettings for installlang=‘’=‘1’ after each upgrade ?

                        Fog 1.5.9.138
                        Debian 11
                        Vmware ESXi

                        W 1 Reply Last reply Apr 4, 2017, 12:49 PM Reply Quote 0
                        • W
                          Wayne Workman @Matthieu Jacquart
                          last edited by Apr 4, 2017, 12:49 PM

                          @Matthieu-Jacquart I thought I remember being asked about language packs during installation… if it’s not asking anymore, that needs fixed - could you make a new thread about it please?

                          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                          Daily Clean Installation Results:
                          https://fogtesting.fogproject.us/
                          FOG Reporting:
                          https://fog-external-reporting-results.fogproject.us/

                          1 Reply Last reply Reply Quote 0
                          • 1 / 1
                          1 / 1
                          • First post
                            4/12
                            Last post

                          209

                          Online

                          12.1k

                          Users

                          17.3k

                          Topics

                          155.3k

                          Posts
                          Copyright © 2012-2024 FOG Project