mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
logo fix in shared page
Renamed option title in share popup
This commit is contained in:
@@ -626,7 +626,7 @@
|
|||||||
"visitor": "Can only view and download"
|
"visitor": "Can only view and download"
|
||||||
},
|
},
|
||||||
"shared_form": {
|
"shared_form": {
|
||||||
"button_more_options": "More Options",
|
"button_more_options": "Set Expiration",
|
||||||
"button_close_options": "Close Options",
|
"button_close_options": "Close Options",
|
||||||
"button_done": "Awesome, I’m done!",
|
"button_done": "Awesome, I’m done!",
|
||||||
"button_generate": "Generate Link",
|
"button_generate": "Generate Link",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<!--Create new password-->
|
<!--Create new password-->
|
||||||
<AuthContent name="create-new-password" :visible="true">
|
<AuthContent name="create-new-password" :visible="true">
|
||||||
<img v-if="config.app_logo" class="logo" :src="config.app_logo" :alt="config.app_name">
|
<img v-if="config.app_logo" class="logo" :src="$getImage(config.app_logo)" :alt="config.app_name">
|
||||||
<b v-if="! config.app_logo" class="auth-logo-text">{{ config.app_name }}</b>
|
<b v-if="! config.app_logo" class="auth-logo-text">{{ config.app_name }}</b>
|
||||||
|
|
||||||
<h1>{{ $t('page_create_password.title') }}</h1>
|
<h1>{{ $t('page_create_password.title') }}</h1>
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
<!--Password reset successfully-->
|
<!--Password reset successfully-->
|
||||||
<AuthContent name="password-reset-successfully" :visible="false">
|
<AuthContent name="password-reset-successfully" :visible="false">
|
||||||
<img v-if="config.app_logo" class="logo" :src="config.app_logo" :alt="config.app_name">
|
<img v-if="config.app_logo" class="logo" :src="$getImage(config.app_logo)" :alt="config.app_name">
|
||||||
<b v-if="! config.app_logo" class="auth-logo-text">{{ config.app_name }}</b>
|
<b v-if="! config.app_logo" class="auth-logo-text">{{ config.app_name }}</b>
|
||||||
|
|
||||||
<h1>{{ $t('page_forgotten_password.pass_reseted_title') }}</h1>
|
<h1>{{ $t('page_forgotten_password.pass_reseted_title') }}</h1>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<!--Forgotten your password?-->
|
<!--Forgotten your password?-->
|
||||||
<AuthContent name="forgotten-password" :visible="true">
|
<AuthContent name="forgotten-password" :visible="true">
|
||||||
<img v-if="config.app_logo" class="logo" :src="config.app_logo" :alt="config.app_name">
|
<img v-if="config.app_logo" class="logo" :src="$getImage(config.app_logo)" :alt="config.app_name">
|
||||||
<b v-if="! config.app_logo" class="auth-logo-text">{{ config.app_name }}</b>
|
<b v-if="! config.app_logo" class="auth-logo-text">{{ config.app_name }}</b>
|
||||||
|
|
||||||
<h1>{{ $t('page_forgotten_password.title') }}</h1>
|
<h1>{{ $t('page_forgotten_password.title') }}</h1>
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
<!--Password reset link sended-->
|
<!--Password reset link sended-->
|
||||||
<AuthContent name="password-reset-link-sended" :visible="false">
|
<AuthContent name="password-reset-link-sended" :visible="false">
|
||||||
<img v-if="config.app_logo" class="logo" :src="config.app_logo" :alt="config.app_name">
|
<img v-if="config.app_logo" class="logo" :src="$getImage(config.app_logo)" :alt="config.app_name">
|
||||||
<b v-if="! config.app_logo" class="auth-logo-text">{{ config.app_name }}</b>
|
<b v-if="! config.app_logo" class="auth-logo-text">{{ config.app_name }}</b>
|
||||||
|
|
||||||
<h1>{{ $t('page_forgotten_password.pass_sennded_title') }}</h1>
|
<h1>{{ $t('page_forgotten_password.pass_sennded_title') }}</h1>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<!--Log In by Email-->
|
<!--Log In by Email-->
|
||||||
<AuthContent name="log-in" :visible="true">
|
<AuthContent name="log-in" :visible="true">
|
||||||
<img v-if="config.app_logo" class="logo" :src="config.app_logo" :alt="config.app_name">
|
<img v-if="config.app_logo" class="logo" :src="$getImage(config.app_logo)" :alt="config.app_name">
|
||||||
<b v-if="! config.app_logo" class="auth-logo-text">{{ config.app_name }}</b>
|
<b v-if="! config.app_logo" class="auth-logo-text">{{ config.app_name }}</b>
|
||||||
|
|
||||||
<h1>{{ $t('page_login.title') }}</h1>
|
<h1>{{ $t('page_login.title') }}</h1>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<!--Registration-->
|
<!--Registration-->
|
||||||
<AuthContent name="sign-up" :visible="true">
|
<AuthContent name="sign-up" :visible="true">
|
||||||
<img v-if="config.app_logo" class="logo" :src="config.app_logo" :alt="config.app_name">
|
<img v-if="config.app_logo" class="logo" :src="$getImage(config.app_logo)" :alt="config.app_name">
|
||||||
<b v-if="! config.app_logo" class="auth-logo-text">{{ config.app_name }}</b>
|
<b v-if="! config.app_logo" class="auth-logo-text">{{ config.app_name }}</b>
|
||||||
|
|
||||||
<h1>{{ $t('page_registration.title') }}</h1>
|
<h1>{{ $t('page_registration.title') }}</h1>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<!--Password reset link sended-->
|
<!--Password reset link sended-->
|
||||||
<AuthContent name="not-found" :visible="true">
|
<AuthContent name="not-found" :visible="true">
|
||||||
<img v-if="config.app_logo" class="logo" :src="config.app_logo" :alt="config.app_name">
|
<img v-if="config.app_logo" class="logo" :src="$getImage(config.app_logo)" :alt="config.app_name">
|
||||||
<b v-if="! config.app_logo" class="auth-logo-text">{{ config.app_name }}</b>
|
<b v-if="! config.app_logo" class="auth-logo-text">{{ config.app_name }}</b>
|
||||||
|
|
||||||
<h1>{{ $t('page_shared_404.title') }}</h1>
|
<h1>{{ $t('page_shared_404.title') }}</h1>
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
<!--Verify share link by password-->
|
<!--Verify share link by password-->
|
||||||
<AuthContent class="center" name="password" :visible="true">
|
<AuthContent class="center" name="password" :visible="true">
|
||||||
<img v-if="config.app_logo" class="logo" :src="config.app_logo" :alt="config.app_name">
|
<img v-if="config.app_logo" class="logo" :src="$getImage(config.app_logo)" :alt="config.app_name">
|
||||||
<b v-if="! config.app_logo" class="auth-logo-text">{{ config.app_name }}</b>
|
<b v-if="! config.app_logo" class="auth-logo-text">{{ config.app_name }}</b>
|
||||||
|
|
||||||
<h1>{{ $t('page_shared.title') }}</h1>
|
<h1>{{ $t('page_shared.title') }}</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user