Directory rename

This commit is contained in:
Dennis Eichhorn 2016-05-19 19:46:39 +02:00
parent 986e05db68
commit 4557f2a0f8
3 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@
echo $this->getData('nav')->render(); ?>
<section class="box w-50">
<h1><?= $this->l11n->lang['Media']['Upload']; ?></h1>
<header><h1><?= $this->l11n->lang['Media']['Upload']; ?></h1></header>
<div class="inner">
<form method="POST" action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/media/create'); ?>">
<table class="layout wf-100">

View File

@ -26,7 +26,7 @@ $footerView->setPages(count($media) / 25);
$footerView->setPage(1);
echo $this->getData('nav')->render(); ?>
<section class="box">
<div class="box">
<table class="table">
<caption><?= $this->l11n->lang['Media']['Media']; ?></caption>
<thead>
@ -53,4 +53,4 @@ echo $this->getData('nav')->render(); ?>
<tr><td colspan="5" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
<?php endif; ?>
</table>
</section>
</div>

View File

@ -21,7 +21,7 @@ echo $this->getData('nav')->render();
?>
<section class="box w-100">
<h1><?= $media->getName() ?></h1>
<header><h1><?= $media->getName() ?></h1></header>
<div class="inner">
<?php if(in_array($media->getExtension(), ['gif', 'bmp', 'jpg', 'jpeg', 'png'])) : ?>
<img src="<?= $media->getPath(); ?>">