mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-02-05 23:13:03 -05:00
wtv
This commit is contained in:
@@ -113,8 +113,8 @@ $string['videowidth'] = 'Video width';
|
||||
$string['width'] = 'Width';
|
||||
|
||||
// Iframe embed strings.
|
||||
$string['iframebuttontitle'] = 'Insert MediaCMS Video';
|
||||
$string['iframemodaltitle'] = 'Insert MediaCMS Video';
|
||||
$string['iframebuttontitle'] = 'Insert MediaCMS Media';
|
||||
$string['iframemodaltitle'] = 'Insert MediaCMS Media';
|
||||
$string['iframeurl'] = 'MediaCMS Video URL or embed code';
|
||||
$string['iframeurlplaceholder'] = 'Paste MediaCMS Video URL or iframe embed code';
|
||||
$string['iframeurlinvalid'] = 'Please enter a valid MediaCMS Video URL or embed code';
|
||||
@@ -140,7 +140,7 @@ $string['removeiframeconfirm'] = 'Are you sure you want to remove this video fro
|
||||
// Iframe modal tabs.
|
||||
$string['tabembedurl'] = 'Embed URL';
|
||||
$string['tabvideolibrary'] = 'Video Library';
|
||||
$string['tabvideolibraryiframe'] = 'Video Library from Iframe';
|
||||
$string['tabvideolibraryiframe'] = 'Media Library';
|
||||
|
||||
// Video library strings.
|
||||
$string['librarysearchplaceholder'] = 'Search videos...';
|
||||
|
||||
@@ -32,15 +32,15 @@
|
||||
<!-- Tab Navigation -->
|
||||
<ul class="nav nav-tabs mb-3 tiny_iframecms_tabs" role="tablist">
|
||||
<li class="nav-item" role="presentation">
|
||||
<button class="nav-link active tiny_iframecms_tab_url_btn" id="{{elementid}}_tab_url"
|
||||
data-bs-toggle="tab" data-bs-target="#{{elementid}}_pane_url"
|
||||
<button class="nav-link active tiny_iframecms_tab_url_btn" id="{{elementid}}_tab_url"
|
||||
data-bs-toggle="tab" data-bs-target="#{{elementid}}_pane_url"
|
||||
type="button" role="tab" aria-controls="{{elementid}}_pane_url" aria-selected="true">
|
||||
{{#str}} tabembedurl, tiny_mediacms {{/str}}
|
||||
</button>
|
||||
</li>
|
||||
<li class="nav-item" role="presentation">
|
||||
<button class="nav-link tiny_iframecms_tab_iframe_library_btn" id="{{elementid}}_tab_iframe_library"
|
||||
data-bs-toggle="tab" data-bs-target="#{{elementid}}_pane_iframe_library"
|
||||
<button class="nav-link tiny_iframecms_tab_iframe_library_btn" id="{{elementid}}_tab_iframe_library"
|
||||
data-bs-toggle="tab" data-bs-target="#{{elementid}}_pane_iframe_library"
|
||||
type="button" role="tab" aria-controls="{{elementid}}_pane_iframe_library" aria-selected="false">
|
||||
{{#str}} tabvideolibraryiframe, tiny_mediacms {{/str}}
|
||||
</button>
|
||||
@@ -60,8 +60,8 @@
|
||||
<label for="{{elementid}}_iframe_url" class="form-label font-weight-bold">
|
||||
{{#str}} iframeurl, tiny_mediacms {{/str}}
|
||||
</label>
|
||||
<textarea
|
||||
class="form-control tiny_iframecms_url"
|
||||
<textarea
|
||||
class="form-control tiny_iframecms_url"
|
||||
id="{{elementid}}_iframe_url"
|
||||
rows="3"
|
||||
placeholder="{{#str}} iframeurlplaceholder, tiny_mediacms {{/str}}"
|
||||
@@ -89,7 +89,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Tab 2: Video Library from Iframe -->
|
||||
<!-- Tab 2: Media Library -->
|
||||
<div class="tab-pane fade tiny_iframecms_pane_iframe_library" id="{{elementid}}_pane_iframe_library" role="tabpanel" aria-labelledby="{{elementid}}_tab_iframe_library">
|
||||
<div class="tiny_iframecms_iframe_library_container" style="min-height: 500px;">
|
||||
<div class="tiny_iframecms_iframe_library_placeholder text-center py-5">
|
||||
@@ -101,9 +101,9 @@
|
||||
</div>
|
||||
<p class="mt-2 text-muted">{{#str}} libraryloading, tiny_mediacms {{/str}}</p>
|
||||
</div>
|
||||
<iframe
|
||||
class="tiny_iframecms_iframe_library_frame d-none"
|
||||
src=""
|
||||
<iframe
|
||||
class="tiny_iframecms_iframe_library_frame d-none"
|
||||
src=""
|
||||
style="width: 100%; height: 500px; border: 1px solid #dee2e6; border-radius: 0.25rem;"
|
||||
frameborder="0"
|
||||
allowfullscreen>
|
||||
|
||||
Reference in New Issue
Block a user