Merge pull request #191 from Fraenkiman/master
Adopt the following changes for the Admincenter and BBCode
This commit is contained in:
commit
36c7d87718
@ -28,7 +28,9 @@
|
||||
'actdel' => 'Smazat',
|
||||
'actedit' => 'Upravit',
|
||||
'actenable' => 'Zapnout',
|
||||
'actdisable'=> 'Vypnout'
|
||||
'actdisable'=> 'Vypnout',
|
||||
'startpage' => 'Úvodní stránka',
|
||||
'logout' => 'Odhlášení',
|
||||
);
|
||||
|
||||
?>
|
||||
|
@ -28,7 +28,9 @@
|
||||
'actdel' => 'Löschen',
|
||||
'actedit' => 'Bearbeiten',
|
||||
'actenable' => 'Aktivieren',
|
||||
'actdisable'=> 'Deaktivieren'
|
||||
'actdisable'=> 'Deaktivieren',
|
||||
'startpage' => 'Startseite',
|
||||
'logout' => 'Abmelden',
|
||||
);
|
||||
|
||||
?>
|
||||
|
@ -28,7 +28,9 @@
|
||||
'actdel' => 'Διαγραφή',
|
||||
'actedit' => 'Επεξεργασία',
|
||||
'actenable' => 'Ενεργοποίηση',
|
||||
'actdisable'=> 'Απενεργοποίηση'
|
||||
'actdisable'=> 'Απενεργοποίηση',
|
||||
'startpage' => 'Αρχική σελίδα',
|
||||
'logout' => 'Αποσύνδεση',
|
||||
);
|
||||
|
||||
?>
|
||||
|
@ -26,7 +26,9 @@ $lang ['admin'] ['general'] = array(
|
||||
'actdel' => 'Delete',
|
||||
'actedit' => 'Edit',
|
||||
'actenable' => 'Enable',
|
||||
'actdisable' => 'Disable'
|
||||
'actdisable' => 'Disable',
|
||||
'startpage' => 'Startpage',
|
||||
'logout' => 'Logout',
|
||||
);
|
||||
|
||||
?>
|
||||
|
@ -28,7 +28,9 @@
|
||||
'actdel' => 'Eliminar',
|
||||
'actedit' => 'Editar',
|
||||
'actenable' => 'Habilitar',
|
||||
'actdisable' => 'Inhabilitar'
|
||||
'actdisable' => 'Inhabilitar',
|
||||
'startpage' => 'Página inicial',
|
||||
'logout' => 'Cerrar sesión',
|
||||
);
|
||||
|
||||
?>
|
||||
|
@ -28,7 +28,9 @@
|
||||
'actdel' => 'Effacer',
|
||||
'actedit' => 'Éditer',
|
||||
'actenable' => 'Activer',
|
||||
'actdisable'=> 'Désactiver'
|
||||
'actdisable'=> 'Désactiver',
|
||||
'startpage' => 'Page d\'accueil',
|
||||
'logout' => 'Déconnexion',
|
||||
);
|
||||
|
||||
?>
|
||||
|
@ -28,7 +28,9 @@
|
||||
'actdel' => 'Eliimina',
|
||||
'actedit' => 'Modifica',
|
||||
'actenable' => 'Abilita',
|
||||
'actdisable'=> 'Disabilita'
|
||||
'actdisable'=> 'Disabilita',
|
||||
'startpage' => 'Pagina iniziale',
|
||||
'logout' => 'Disconnessione',
|
||||
);
|
||||
|
||||
?>
|
||||
|
@ -28,7 +28,9 @@
|
||||
'actdel' => '削除',
|
||||
'actedit' => '編集',
|
||||
'actenable' => '有効',
|
||||
'actdisable' => '無効'
|
||||
'actdisable' => '無効',
|
||||
'startpage' => 'スタートページ',
|
||||
'logout' => 'ログアウト',
|
||||
);
|
||||
|
||||
?>
|
||||
|
@ -26,7 +26,9 @@ $lang ['admin'] ['general'] = array(
|
||||
'actdel' => 'Verwijder',
|
||||
'actedit' => 'Bewerk',
|
||||
'actenable' => 'Inschakelen',
|
||||
'actdisable' => 'Uitschakelen'
|
||||
'actdisable' => 'Uitschakelen',
|
||||
'startpage' => 'Startpagina',
|
||||
'logout' => 'Afmelden',
|
||||
);
|
||||
|
||||
?>
|
||||
|
@ -29,7 +29,9 @@
|
||||
'actdel' => 'Exclua',
|
||||
'actedit' => 'Edite',
|
||||
'actenable' => 'Ative',
|
||||
'actdisable' => 'Desative'
|
||||
'actdisable' => 'Desative',
|
||||
'startpage' => 'Página inicial',
|
||||
'logout' => 'Sair',
|
||||
);
|
||||
|
||||
?>
|
||||
|
@ -6,8 +6,8 @@
|
||||
<div class="entry">
|
||||
|
||||
<ul id="admin-small-nav">
|
||||
<li><a href="{$smarty.const.BLOG_BASEURL}">Home</a></li>
|
||||
<li><a href="{$smarty.const.BLOG_BASEURL}login.php?do=logout">Logout</a></li>
|
||||
<li><a href="{$smarty.const.BLOG_BASEURL}">{$lang.admin.general.startpage}</a></li>
|
||||
<li><a href="{$smarty.const.BLOG_BASEURL}login.php?do=logout">{$lang.admin.general.logout}</a></li>
|
||||
</ul>
|
||||
|
||||
{page}
|
||||
|
@ -223,7 +223,7 @@ textarea.code {
|
||||
padding: 8px
|
||||
}
|
||||
|
||||
input.maxsize, select.maxsize { width: 100% }
|
||||
input.maxsize, select.maxsize { width: 99% }
|
||||
|
||||
|
||||
#admin-bbcode-toolbar {
|
||||
|
@ -355,7 +355,7 @@ function do_bbcode_video($action, $attr, $content, $params, $node_object) {
|
||||
switch ($type) {
|
||||
// YouTube
|
||||
case 'youtube':
|
||||
$output = '<iframe class="bbcode_video bbcode_video_youtube" src="https://www.youtube.com/embed/' . $query ['v'] . '" width="' . $width . '" height="' . $height . '" frameborder="0" allow="accelerometer; autoplay; fullscreen; encrypted-media; gyroscope; picture-in-picture" ' . $float . '></iframe>';
|
||||
$output = '<iframe class="bbcode_video bbcode_video_youtube" src="https://www.youtube-nocookie.com/embed/' . $query ['v'] . '" width="' . $width . '" height="' . $height . '" frameborder="0" allow="accelerometer; autoplay; fullscreen; encrypted-media; gyroscope; picture-in-picture" ' . $float . '></iframe>';
|
||||
break;
|
||||
// Vimeo
|
||||
case 'vimeo':
|
||||
|
Loading…
x
Reference in New Issue
Block a user