mirror of
https://github.com/grocy/grocy.git
synced 2026-04-06 21:06:15 +02:00
Unify page titles / apply .title class everywhere
This commit is contained in:
parent
975aa1300a
commit
74ed8efd83
|
|
@ -6,8 +6,8 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-6 text-center">
|
||||
<h1>@yield('title')</h1>
|
||||
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
<ul class="nav nav-tabs justify-content-center mt-3">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link active" id="system-info-tab" data-toggle="tab" href="#system-info">{{ $__t('System info') }}</a>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-6 col-xl-4 pb-3">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
<form id="batterytracking-form" novalidate>
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-6 col-xl-4 pb-3">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
<form id="choretracking-form" novalidate>
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-6 col-xl-4 pb-3">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
<form id="inventory-form" novalidate>
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col-lg-6 offset-lg-3 col-xs-12">
|
||||
<h1 class="text-center">@yield('title')</h1>
|
||||
|
||||
<h2 class="text-center">@yield('title')</h2>
|
||||
<hr>
|
||||
<form method="post" action="{{ $U('/login') }}" id="login-form" novalidate>
|
||||
|
||||
<div class="form-group">
|
||||
|
|
|
|||
|
|
@ -11,9 +11,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>
|
||||
@yield('title')
|
||||
</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
|
|
|
|||
|
|
@ -27,9 +27,7 @@
|
|||
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>
|
||||
@yield('title')
|
||||
</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
<script>
|
||||
Grocy.EditMode = '{{ $mode }}';
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
<div class="row d-print-none hide-on-fullscreen-card">
|
||||
<div class="col">
|
||||
<div class="row">
|
||||
<h2 class="col-sm-12 col-md-6 mb-2">@yield('title')</h2>
|
||||
<h2 class="col-sm-12 col-md-6 mb-2 title">@yield('title')</h2>
|
||||
@if(GROCY_FEATURE_FLAG_SHOPPINGLIST_MULTIPLE_LISTS)
|
||||
<div class="col-sm-12 col-md-6 d-flex align-items-end flex-wrap">
|
||||
<div class="d-inline-block flex-grow-1 pr-1 mb-1">
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
</div>
|
||||
<div class="col">
|
||||
@include('components.productpicker', array(
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
<p id="info-due-tasks" data-status-filter="duesoon" data-next-x-days="{{ $nextXDays }}" class="warning-message status-filter-message responsive-button mr-2"></p>
|
||||
<p id="info-overdue-tasks" data-status-filter="overdue" class="error-message status-filter-message responsive-button"></p>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-6 col-xl-4 pb-3">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
|
||||
<form id="transfer-form" novalidate>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2h2 class="title">@yield('title')</h2h2>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>@yield('title')</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -7,9 +7,7 @@
|
|||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>
|
||||
@yield('title')
|
||||
</h2>
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user