Loading patches/016-login-screen.patch +7 −8 Original line number Diff line number Diff line --- ./core/templates/layout.guest-new.php 2022-06-09 13:47:41.255340395 +0530 +++ ./core/templates/layout.guest.php 2022-06-16 17:34:38.429775039 +0530 --- ./core/templates/layout.guest.php 2022-09-12 14:16:28.724884600 +0530 +++ ./core/templates/layout.guest-new.php 2022-09-12 14:03:12.924884600 +0530 @@ -20,6 +20,7 @@ <link rel="mask-icon" sizes="any" href="<?php print_unescaped(image_path('', 'favicon-mask.svg')); ?>" color="<?php p($theme->getColorPrimary()); ?>"> <link rel="manifest" href="<?php print_unescaped(image_path('', 'manifest.json')); ?>"> Loading Loading @@ -55,8 +55,8 @@ <?php print_unescaped($_['content']); ?> + <?php if (array_key_exists("alt_login",$_)) { ?> + <div class="have-an-account"> + <div><?php p($l->t('Don\'t have an account yet?')); ?></div> + <div><a href="/signup"><?php p($l->t('Create an account')); ?></a></div> + <div class="createaccdesk"><?php p($l->t('Don\'t have an account yet?')); ?> <a href="/signup"><?php p($l->t('Create an account')); ?></a></div> + <div class="createaccmob"><p><?php p($l->t('Don\'t have an account yet?')); ?></p> <p> <a href="/signup"><?php p($l->t('Create an account')); ?></a></p></div> + </div> + <?php } ?> </main> Loading @@ -80,4 +80,3 @@ + </body> </html> \ No newline at end of file Loading
patches/016-login-screen.patch +7 −8 Original line number Diff line number Diff line --- ./core/templates/layout.guest-new.php 2022-06-09 13:47:41.255340395 +0530 +++ ./core/templates/layout.guest.php 2022-06-16 17:34:38.429775039 +0530 --- ./core/templates/layout.guest.php 2022-09-12 14:16:28.724884600 +0530 +++ ./core/templates/layout.guest-new.php 2022-09-12 14:03:12.924884600 +0530 @@ -20,6 +20,7 @@ <link rel="mask-icon" sizes="any" href="<?php print_unescaped(image_path('', 'favicon-mask.svg')); ?>" color="<?php p($theme->getColorPrimary()); ?>"> <link rel="manifest" href="<?php print_unescaped(image_path('', 'manifest.json')); ?>"> Loading Loading @@ -55,8 +55,8 @@ <?php print_unescaped($_['content']); ?> + <?php if (array_key_exists("alt_login",$_)) { ?> + <div class="have-an-account"> + <div><?php p($l->t('Don\'t have an account yet?')); ?></div> + <div><a href="/signup"><?php p($l->t('Create an account')); ?></a></div> + <div class="createaccdesk"><?php p($l->t('Don\'t have an account yet?')); ?> <a href="/signup"><?php p($l->t('Create an account')); ?></a></div> + <div class="createaccmob"><p><?php p($l->t('Don\'t have an account yet?')); ?></p> <p> <a href="/signup"><?php p($l->t('Create an account')); ?></a></p></div> + </div> + <?php } ?> </main> Loading @@ -80,4 +80,3 @@ + </body> </html> \ No newline at end of file