mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-23 03:23:05 +00:00
Merge pull request #523 from WebTools-NG/#521-Inconsistent-Font-sizing-and-spacing
#521 inconsistent font sizing and spacing
This commit is contained in:
commit
b00a1d082a
6 changed files with 125 additions and 135 deletions
|
@ -1,16 +1,5 @@
|
|||
<template>
|
||||
<b-container class="m-2 mt-2">
|
||||
<div class="float-right d-none"> <!-- Settings button hidden with d-none -->
|
||||
<div class="buttons">
|
||||
<!-- Buttons -->
|
||||
<b-button-group id="settings">
|
||||
<b-tooltip target="settings" triggers="hover">
|
||||
{{ $t(`Modules.${this.PageName}.ttSettings`) }}
|
||||
</b-tooltip>
|
||||
<button class="btn btn-outline-success" @click="showSettings"><i class="fa fa-cog"></i></button>
|
||||
</b-button-group>
|
||||
</div>
|
||||
</div>
|
||||
<div> <!-- Title and desc -->
|
||||
<h2>
|
||||
{{ $t(`Modules.${this.PageName}.Name`) }}
|
||||
|
|
|
@ -1,17 +1,16 @@
|
|||
<template>
|
||||
<b-container fluid>
|
||||
<div class="col-lg-10 col-md-12 col-xs-12">
|
||||
<h1>{{ $t("Modules.ET.Custom.Title") }}</h1>
|
||||
<p>{{ $t("Modules.ET.Custom.Description") }}</p>
|
||||
<b-container class="m-2 mt-2">
|
||||
<div> <!-- Title and desc -->
|
||||
<h2>
|
||||
{{ $t(`Modules.ET.Custom.Title`) }}
|
||||
</h2>
|
||||
<h5>{{ $t(`Modules.ET.Custom.Description`) }}</h5>
|
||||
</div>
|
||||
<br />
|
||||
|
||||
<br>
|
||||
<!-- Media type to export -->
|
||||
<b-form-group id="etTypeGroup" v-bind:label="$t('Modules.ET.Custom.SelCustType')" label-size="lg" label-class="font-weight-bold pt-0">
|
||||
<b-tooltip target="etTypeGroup" triggers="hover">
|
||||
{{ $t('Modules.ET.Custom.TT-CustType') }}
|
||||
</b-tooltip>
|
||||
<b-form-group id="etTypeGroup" v-bind:label="$t('Modules.ET.Custom.SelCustType')" label-size="lg" label-class="font-weight-bold pt-0" v-b-tooltip.hover="$t('Modules.ET.Custom.TT-CustType')">
|
||||
<b-form-select
|
||||
style="width: 50%"
|
||||
v-model="selMediaType"
|
||||
id="mediaType"
|
||||
:options="optionsMediaType"
|
||||
|
@ -21,11 +20,9 @@
|
|||
</b-form-group>
|
||||
|
||||
<div> <!-- Select Custom Level -->
|
||||
<b-form-group id="etLevelGroup" v-bind:label="$t('Modules.ET.Custom.CustomLevel')" label-size="lg" label-class="font-weight-bold pt-0">
|
||||
<b-tooltip target="etLevelGroup" triggers="hover">
|
||||
{{ $t('Modules.ET.Custom.TT-ETEditLevel') }}
|
||||
</b-tooltip>
|
||||
<b-form-group id="etLevelGroup" v-bind:label="$t('Modules.ET.Custom.CustomLevel')" label-size="lg" label-class="font-weight-bold pt-0" v-b-tooltip.hover="$t('Modules.ET.Custom.TT-ETEditLevel')">
|
||||
<b-form-select
|
||||
style="width: 50%"
|
||||
class="form-control"
|
||||
v-model="selCustLevel"
|
||||
ref="selLevel"
|
||||
|
@ -60,8 +57,10 @@
|
|||
</b-button-group>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="container"> <!-- Fields -->
|
||||
<div class="row">
|
||||
<div class="col-md3">
|
||||
<div class="col-md-6">
|
||||
<div id="rowheader" class="font-weight-bold pt-0">
|
||||
{{ $t('Modules.ET.Custom.availFields') }}
|
||||
</div>
|
||||
|
@ -71,8 +70,7 @@
|
|||
</div>
|
||||
</draggable>
|
||||
</div>
|
||||
|
||||
<div class="col-md3">
|
||||
<div class="col-md-6">
|
||||
<div id="rowheader" class="font-weight-bold pt-0">
|
||||
{{ $t('Modules.ET.Custom.customFields') }}
|
||||
</div>
|
||||
|
@ -83,6 +81,7 @@
|
|||
</draggable>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</b-container>
|
||||
</template>
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
<template>
|
||||
<b-container fluid>
|
||||
<div class="col-lg-10 col-md-12 col-xs-12">
|
||||
<p id="demo"></p>
|
||||
<h1>{{ $t("Modules.ET.Settings.Name") }}</h1>
|
||||
<p>{{ $t("Modules.ET.Settings.Description") }}</p>
|
||||
<b-container class="m-2 mt-2">
|
||||
<div> <!-- Title and desc -->
|
||||
<h2>
|
||||
{{ $t(`Modules.ET.Settings.Name`) }}
|
||||
</h2>
|
||||
<h5>{{ $t(`Modules.ET.Settings.Description`) }}</h5>
|
||||
</div>
|
||||
<b-link id="general" :to="{ path: '/settings/export', query: { return: 'exportsettings' } }">{{ $t("Modules.ET.Settings.Note") }} </b-link>
|
||||
<br>
|
||||
<b-input-group id="PosterGrp" :prepend="$t('Modules.ET.Settings.Posters_Dimensions')" class="mt-3">
|
||||
|
@ -26,16 +28,14 @@
|
|||
@change.native="filterTable">
|
||||
</b-form-checkbox-group>
|
||||
</b-form-group>
|
||||
<b-form-group id="etSugMovieID" v-bind:label="$t('Modules.ET.Settings.MoviesUseId')" label-size="lg" label-class="font-weight-bold pt-0">
|
||||
<b-tooltip target="etSugMovieID" triggers="hover">
|
||||
{{ $t('Modules.ET.Settings.ttMoviesUseId') }}
|
||||
</b-tooltip>
|
||||
<b-form-group id="etSugMovieID" v-bind:label="$t('Modules.ET.Settings.MoviesUseId')" label-size="lg" label-class="font-weight-bold pt-0" v-b-tooltip.hover="$t('Modules.ET.Settings.ttMoviesUseId')">
|
||||
<b-form-select
|
||||
class="form-control"
|
||||
v-model="SelectedMoviesID"
|
||||
id="SelectedMoviesID"
|
||||
:options="SelectedMoviesIDOptions"
|
||||
@change="SelectedMoviesIDChanged"
|
||||
style="width: 50%"
|
||||
name="SugMovieID">
|
||||
</b-form-select>
|
||||
</b-form-group>
|
||||
|
@ -48,7 +48,6 @@
|
|||
</b-button-group>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</b-container>
|
||||
</template>
|
||||
|
||||
|
|
|
@ -1,25 +1,27 @@
|
|||
<template>
|
||||
<b-container fluid>
|
||||
<div class="col-lg-9 col-md-12 col-xs-12">
|
||||
|
||||
<h2>{{ $t("Modules.About.Name") }}</h2>
|
||||
<h3>{{ $t("Modules.About.MainDevelopers") }}</h3>
|
||||
<b-container class="m-2 mt-2">
|
||||
<div> <!-- Title and desc -->
|
||||
<h2>
|
||||
{{ $t(`Modules.About.Name`) }}
|
||||
</h2>
|
||||
<h5>{{ $t(`Modules.About.MainDevelopers`) }}</h5>
|
||||
<p>{{ $t("Modules.About.Devdane22") }}</p>
|
||||
<p>{{ $t("Modules.About.DevCPSO") }}</p>
|
||||
<br>
|
||||
<h3>{{ $t("Modules.About.WikiDevelopers") }}</h3>
|
||||
<h5>{{ $t("Modules.About.WikiDevelopers") }}</h5>
|
||||
<p>{{ $t("Modules.About.Wikitrumpy81") }}</p>
|
||||
<h3>
|
||||
<br>
|
||||
<h5>
|
||||
{{ $t("Modules.About.TranslationBetaTestersTitle") }} <br>
|
||||
<small>{{ $t("Modules.About.TranslationBetaTestersText") }}</small>
|
||||
</h3>
|
||||
</h5>
|
||||
<div>
|
||||
<ul class="list-inline">
|
||||
<li class="list-inline-item" v-for="(po, index) in poeTranslators" :key="po.name">{{ po.name }}<span v-if="index != (poeTranslators.length - 1)">,</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br>
|
||||
<h6>{{ $t("Modules.About.PlexPoCredits") }}</h6>
|
||||
<p>{{ $t("Modules.About.PlexPoCredits") }}</p>
|
||||
</div>
|
||||
</b-container>
|
||||
</template>
|
||||
|
@ -38,7 +40,7 @@ export default {
|
|||
this.poeTranslators = await this.$store.getters.getContrib;
|
||||
},
|
||||
mounted() {
|
||||
log.info("About Created");
|
||||
log.info(`[About.vue] (mounted) - About Created`);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,12 +1,15 @@
|
|||
<template>
|
||||
<b-container fluid>
|
||||
<div class="col-lg-9 col-md-12 col-xs-12">
|
||||
<b-container class="m-2 mt-2">
|
||||
<div> <!-- Title and desc -->
|
||||
<h2>
|
||||
{{ $t("Common.Home.Title") }} <br>
|
||||
<h5>{{ $t("Common.Home.About") }}</h5>
|
||||
{{ $t(`Common.Home.Title`) }}
|
||||
</h2>
|
||||
<h5>{{ $t(`Common.Home.About`) }}</h5>
|
||||
</div>
|
||||
<br>
|
||||
<div class="col-lg-9 col-md-12 col-xs-12">
|
||||
<h5>{{ $t("Common.Home.Modules") }}</h5>
|
||||
<br>
|
||||
<h3>{{ $t("Common.Home.Modules") }}</h3>
|
||||
<dl>
|
||||
<dt>{{ $t("Modules.ET.Name") }}</dt>
|
||||
<dd>* {{ $t("Modules.ET.Description") }} </dd>
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
<br>
|
||||
<h1>{{ $t("Modules.PMS.FindMedia.Settings.Name") }}</h1>
|
||||
<p>{{ $t("Modules.PMS.FindMedia.Settings.Description") }}</p>
|
||||
<!--<b-link id="general" to="/settings/export">{{ $t("Modules.ET.Settings.Note") }} </b-link> -->
|
||||
<!-- <b-link id="general" :to="{ path: '/settings/export', params: { return: '/pms/findmedia/Settings' } }">{{ $t("Modules.ET.Settings.Note") }} </b-link> -->
|
||||
<b-link id="general" :to="{ path: '/settings/export', query: { return: 'FindMediaSettings' } }">{{ $t("Modules.ET.Settings.Note") }} </b-link>
|
||||
<br>
|
||||
<p>{{ $t("Modules.PMS.FindMedia.Settings.Note") }}</p>
|
||||
|
|
Loading…
Reference in a new issue