Directory rename

This commit is contained in:
Dennis Eichhorn 2016-05-19 19:46:39 +02:00
parent e3d0b35f69
commit 299f19a2f6
4 changed files with 6 additions and 6 deletions

View File

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

View File

@ -21,7 +21,7 @@ $footerView->setPage(1);
echo $this->getData('nav')->render(); ?> echo $this->getData('nav')->render(); ?>
<section class="box w-100"> <div class="box w-100">
<table class="table"> <table class="table">
<caption><?= $this->l11n->lang['Marketing']['Events'] ?></caption> <caption><?= $this->l11n->lang['Marketing']['Events'] ?></caption>
<thead> <thead>
@ -45,4 +45,4 @@ echo $this->getData('nav')->render(); ?>
<tr><td colspan="9" class="empty"><?= $this->l11n->lang[0]['Empty']; ?> <tr><td colspan="9" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
<?php endif; ?> <?php endif; ?>
</table> </table>
</section> </div>

View File

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

View File

@ -21,7 +21,7 @@ $footerView->setPage(1);
echo $this->getData('nav')->render(); ?> echo $this->getData('nav')->render(); ?>
<section class="box w-100"> <div class="box w-100">
<table class="table"> <table class="table">
<caption><?= $this->l11n->lang['Marketing']['Events'] ?></caption> <caption><?= $this->l11n->lang['Marketing']['Events'] ?></caption>
<thead> <thead>
@ -43,4 +43,4 @@ echo $this->getData('nav')->render(); ?>
<tr><td colspan="7" class="empty"><?= $this->l11n->lang[0]['Empty']; ?> <tr><td colspan="7" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
<?php endif; ?> <?php endif; ?>
</table> </table>
</section> </div>