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

    language french

    Scheduled Pinned Locked Moved Solved
    Bug Reports
    5
    12
    2.9k
    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.
    • beauvaisB
      beauvais
      last edited by

      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

      Tom ElliottT 1 Reply Last reply Reply Quote 0
      • Wayne WorkmanW
        Wayne Workman
        last edited by Wayne Workman

        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
        • Tom ElliottT
          Tom Elliott
          last edited by

          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 Reply Quote 0
          • Tom ElliottT
            Tom Elliott
            last edited by

            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

              @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
              • Tom ElliottT
                Tom Elliott @beauvais
                last edited by

                @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
                • Tom ElliottT
                  Tom Elliott
                  last edited by

                  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
                  • beauvaisB
                    beauvais
                    last edited by

                    @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
                    • beauvaisB
                      beauvais
                      last edited by

                      @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;

                      Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                      • Wayne WorkmanW
                        Wayne Workman @beauvais
                        last edited by

                        @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/

                        Matthieu JacquartM 1 Reply Last reply Reply Quote 0
                        • Matthieu JacquartM
                          Matthieu Jacquart @Wayne Workman
                          last edited by Matthieu Jacquart

                          @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

                          Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                          • Wayne WorkmanW
                            Wayne Workman @Matthieu Jacquart
                            last edited by

                            @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
                            • First post
                              Last post

                            122

                            Online

                            12.1k

                            Users

                            17.3k

                            Topics

                            155.3k

                            Posts
                            Copyright © 2012-2024 FOG Project