mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-16 20:11:01 +01:00
Translated Theme View Panel
This commit is contained in:
parent
202d374ceb
commit
761ebe401f
@ -267,6 +267,7 @@ return [
|
||||
'Upload themes' => 'Upload themes+',
|
||||
'Delete themes' => 'Delete themes+',
|
||||
'Download themes' => 'Download themes+',
|
||||
'Delete a theme' => 'Delete a theme+',
|
||||
|
||||
########Theme Updater Blade########
|
||||
'Theme Updater' => 'Theme Updater+',
|
||||
|
@ -12,13 +12,13 @@
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
|
||||
<h2 class="mb-4"><i class="bi bi-brush"> Delete a theme</i></h2>
|
||||
<h2 class="mb-4"><i class="bi bi-brush"> {{__('messages.Delete a theme')}}</i></h2>
|
||||
|
||||
<form action="{{ route('deleteTheme') }}" enctype="multipart/form-data" method="post">
|
||||
@csrf
|
||||
|
||||
<div class="form-group col-lg-8">
|
||||
<h3>Delete theme</h3>
|
||||
<h3>{{__('messages.Delete theme')}}</h3>
|
||||
<select class="form-control" name="deltheme">
|
||||
<?php if ($handle = opendir('themes')) {
|
||||
while (false !== ($entry = readdir($handle))) {
|
||||
@ -27,11 +27,11 @@
|
||||
</select>
|
||||
|
||||
</div>
|
||||
<button type="submit" class="mt-3 ml-3 btn btn-danger">Delete theme</button>
|
||||
<button type="submit" class="mt-3 ml-3 btn btn-danger">{{__('messages.Delete theme')}}</button>
|
||||
</form>
|
||||
</details>
|
||||
|
||||
<br><br><a class="btn btn-primary" href="{{ url('/studio/theme') }}"><i class="bi bi-arrow-left-short"></i> Back</a>
|
||||
<br><br><a class="btn btn-primary" href="{{ url('/studio/theme') }}"><i class="bi bi-arrow-left-short"></i> {{__('messages.Back')}}</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user