This commit is contained in:
@@ -108,7 +108,10 @@ todo: License testing (I know it's working when these things all pass)
|
|||||||
|
|
||||||
#################################
|
#################################
|
||||||
|
|
||||||
|
todo: login form when no license should allow to change language
|
||||||
|
Show each language underneath in a row as hyperlinks in their own name and clicking on them automatically changes local
|
||||||
|
language setting, also maybe changes the user options for superuser?
|
||||||
|
|
||||||
todo: why is the dbid changing every reboot during testing?
|
todo: why is the dbid changing every reboot during testing?
|
||||||
That shouldn't happen should it?
|
That shouldn't happen should it?
|
||||||
|
|
||||||
|
|||||||
@@ -79,7 +79,7 @@
|
|||||||
<v-btn
|
<v-btn
|
||||||
:disabled="sendRequestDisabled()"
|
:disabled="sendRequestDisabled()"
|
||||||
@click="sendEvaluationRequest()"
|
@click="sendEvaluationRequest()"
|
||||||
>$ay.t('SendRequest')</v-btn
|
>{{ $ay.t("SendEvaluationRequest") }}</v-btn
|
||||||
>
|
>
|
||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
@@ -417,6 +417,7 @@ function initForm(vm) {
|
|||||||
function fetchTranslatedText(vm) {
|
function fetchTranslatedText(vm) {
|
||||||
return window.$gz.translation.cacheTranslations([
|
return window.$gz.translation.cacheTranslations([
|
||||||
"CheckForLicense",
|
"CheckForLicense",
|
||||||
|
"SendEvaluationRequest",
|
||||||
"NoLicenseTitle",
|
"NoLicenseTitle",
|
||||||
"StartEvaluation",
|
"StartEvaluation",
|
||||||
"PurchaseLicense",
|
"PurchaseLicense",
|
||||||
|
|||||||
Reference in New Issue
Block a user