update frontend lib : leaflet + oruga - #1815
This commit is contained in:
@@ -247,7 +247,7 @@
|
||||
<o-button outlined @click="isEmailChangeModalActive = false">{{
|
||||
t("Close")
|
||||
}}</o-button>
|
||||
<o-button native-type="submit" variant="primary">{{
|
||||
<o-button type="submit" variant="primary">{{
|
||||
t("Change email")
|
||||
}}</o-button>
|
||||
</footer>
|
||||
@@ -301,7 +301,7 @@
|
||||
<o-button @click="isRoleChangeModalActive = false" outlined>{{
|
||||
t("Close")
|
||||
}}</o-button>
|
||||
<o-button native-type="submit" variant="primary">{{
|
||||
<o-button type="submit" variant="primary">{{
|
||||
t("Change role")
|
||||
}}</o-button>
|
||||
</footer>
|
||||
@@ -330,7 +330,7 @@
|
||||
<o-button @click="isConfirmationModalActive = false">{{
|
||||
t("Close")
|
||||
}}</o-button>
|
||||
<o-button native-type="submit" variant="primary">{{
|
||||
<o-button type="submit" variant="primary">{{
|
||||
t("Confirm user")
|
||||
}}</o-button>
|
||||
</footer>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
/>
|
||||
</p>
|
||||
<p class="control">
|
||||
<o-button variant="primary" native-type="submit">{{
|
||||
<o-button variant="primary" type="submit">{{
|
||||
t("Add an instance")
|
||||
}}</o-button>
|
||||
<o-loading
|
||||
|
||||
@@ -505,7 +505,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<o-button native-type="submit" variant="primary">{{
|
||||
<o-button type="submit" variant="primary">{{
|
||||
t("Save instance settings")
|
||||
}}</o-button>
|
||||
</form>
|
||||
|
||||
@@ -129,7 +129,7 @@
|
||||
</o-field>
|
||||
<o-button
|
||||
class="my-2"
|
||||
native-type="submit"
|
||||
type="submit"
|
||||
:disabled="['<p></p>', ''].includes(newComment)"
|
||||
variant="primary"
|
||||
>{{ t("Reply") }}</o-button
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
/>
|
||||
</o-field>
|
||||
|
||||
<o-button class="mt-2" native-type="submit">
|
||||
<o-button class="mt-2" type="submit">
|
||||
{{ t("Create the discussion") }}
|
||||
</o-button>
|
||||
</form>
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
<div class="flex gap-2 mt-2">
|
||||
<o-button
|
||||
variant="primary"
|
||||
native-type="submit"
|
||||
type="submit"
|
||||
icon-right="check"
|
||||
:title="t('Update discussion title')"
|
||||
/>
|
||||
@@ -133,7 +133,7 @@
|
||||
</o-field>
|
||||
<o-button
|
||||
class="my-2"
|
||||
native-type="submit"
|
||||
type="submit"
|
||||
:disabled="['<p></p>', ''].includes(newComment)"
|
||||
variant="primary"
|
||||
>{{ t("Reply") }}</o-button
|
||||
|
||||
@@ -203,7 +203,7 @@
|
||||
variant="primary"
|
||||
:disabled="loading"
|
||||
:loading="loading"
|
||||
native-type="submit"
|
||||
type="submit"
|
||||
class="mt-3"
|
||||
>
|
||||
{{ t("Create my group") }}
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
/>
|
||||
</p>
|
||||
<p class="control">
|
||||
<o-button variant="primary" native-type="submit">{{
|
||||
<o-button variant="primary" type="submit">{{
|
||||
t("Invite member")
|
||||
}}</o-button>
|
||||
</p>
|
||||
|
||||
@@ -167,7 +167,7 @@
|
||||
<div class="flex flex-wrap gap-2 my-2">
|
||||
<o-button
|
||||
:loading="loadingUpdateGroup"
|
||||
native-type="submit"
|
||||
type="submit"
|
||||
variant="primary"
|
||||
>{{ t("Update group") }}</o-button
|
||||
>
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
</div>
|
||||
|
||||
<div class="text-center">
|
||||
<o-button native-type="submit">{{ t("Continue") }}</o-button>
|
||||
<o-button type="submit">{{ t("Continue") }}</o-button>
|
||||
</div>
|
||||
</form>
|
||||
<AuthorizeApplication
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
@click="publish(true)"
|
||||
>{{ t("Save draft") }}</o-button
|
||||
>
|
||||
<o-button variant="primary" native-type="submit">
|
||||
<o-button variant="primary" type="submit">
|
||||
<span v-if="isUpdate === false || post?.draft === true">{{
|
||||
t("Publish")
|
||||
}}</span>
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
/>
|
||||
</o-field>
|
||||
|
||||
<o-button native-type="submit">{{ t("Rename resource") }}</o-button>
|
||||
<o-button type="submit">{{ t("Rename resource") }}</o-button>
|
||||
</form>
|
||||
</section>
|
||||
</div>
|
||||
@@ -138,7 +138,7 @@
|
||||
/>
|
||||
</o-field>
|
||||
|
||||
<o-button class="mt-2" native-type="submit">{{
|
||||
<o-button class="mt-2" type="submit">{{
|
||||
createResourceButtonLabel
|
||||
}}</o-button>
|
||||
</form>
|
||||
@@ -208,7 +208,7 @@
|
||||
/>
|
||||
</o-field>
|
||||
|
||||
<o-button native-type="submit" class="mt-2">{{
|
||||
<o-button type="submit" class="mt-2">{{
|
||||
t("Create resource")
|
||||
}}</o-button>
|
||||
</form>
|
||||
|
||||
@@ -204,7 +204,7 @@
|
||||
<div class="flex items-center justify-center">
|
||||
<o-button
|
||||
class="mt-2"
|
||||
native-type="submit"
|
||||
type="submit"
|
||||
variant="danger"
|
||||
size="large"
|
||||
>
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<o-checkbox v-model="newTodo.status" />
|
||||
<o-input expanded v-model="newTodo.title" />
|
||||
</o-field>
|
||||
<o-button native-type="submit">{{ $t("Add a todo") }}</o-button>
|
||||
<o-button type="submit">{{ $t("Add a todo") }}</o-button>
|
||||
</form>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
<o-field :label="$t('List title')">
|
||||
<o-input v-model="newTodoList.title" />
|
||||
</o-field>
|
||||
<o-button native-type="submit">{{ $t("Create a new list") }}</o-button>
|
||||
<o-button type="submit">{{ $t("Create a new list") }}</o-button>
|
||||
</form>
|
||||
<div v-for="todoList in todoLists" :key="todoList.id">
|
||||
<router-link
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
<o-button
|
||||
variant="primary"
|
||||
size="large"
|
||||
native-type="submit"
|
||||
type="submit"
|
||||
:disabled="submitted"
|
||||
>
|
||||
{{ t("Login") }}
|
||||
|
||||
@@ -184,7 +184,7 @@
|
||||
variant="primary"
|
||||
size="large"
|
||||
:disabled="sendingForm"
|
||||
native-type="submit"
|
||||
type="submit"
|
||||
>
|
||||
{{ t("Create an account") }}
|
||||
</o-button>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
/>
|
||||
</o-field>
|
||||
<p class="flex flex-wrap gap-1 mt-2">
|
||||
<o-button variant="primary" native-type="submit">
|
||||
<o-button variant="primary" type="submit">
|
||||
{{ $t("Send the confirmation email again") }}
|
||||
</o-button>
|
||||
<o-button
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
/>
|
||||
</o-field>
|
||||
<p class="my-4 flex gap-2">
|
||||
<o-button variant="primary" native-type="submit">
|
||||
<o-button variant="primary" type="submit">
|
||||
{{ t("Submit") }}
|
||||
</o-button>
|
||||
<o-button
|
||||
|
||||
Reference in New Issue
Block a user