Remove static loading

This commit is contained in:
Dennis Eichhorn 2016-07-05 19:22:54 +02:00
parent 2b57caed74
commit 354659fca8
3 changed files with 2 additions and 11 deletions

View File

@ -75,7 +75,7 @@ echo $this->getData('nav')->render(); ?>
<option><?= $this->l11n->getText('News', 'Backend', 'Visible') ?>
<tr><td colspan="2"><label for="publish"><?= $this->l11n->getText('News', 'Backend', 'Publish') ?></label>
<tr><td colspan="2"><input type="datetime-local" id="publish" value="<?= (new \DateTime('NOW'))->format('Y-m-d\TH:i:s') ?>">
<tr><td><input type="submit" value="<?= $this->l11n->getText(0, 'Delete') ?>"><td class="rightText"><input type="submit" value="<?= $this->l11n->lang[0]['Save'] ?>"> <input type="submit" value="<?= $this->l11n->getText('News', 'Backend', 'Publish') ?>">
<tr><td><input type="submit" value="<?= $this->l11n->getText(0, 'Backend', 'Delete') ?>"><td class="rightText"><input type="submit" value="<?= $this->l11n->lang[0]['Save'] ?>"> <input type="submit" value="<?= $this->l11n->getText('News', 'Backend', 'Publish') ?>">
</table>
</form>
</div>

View File

@ -75,7 +75,7 @@ echo $this->getData('nav')->render(); ?>
<option><?= $this->l11n->getText('News', 'Backend', 'Visible') ?>
<tr><td colspan="2"><label for="publish"><?= $this->l11n->getText('News', 'Backend', 'Publish') ?></label>
<tr><td colspan="2"><input type="datetime-local" id="publish" value="<?= (new \DateTime('NOW'))->format('Y-m-d\TH:i:s') ?>">
<tr><td><input type="submit" value="<?= $this->l11n->getText(0, 'Delete') ?>"><td class="rightText"><input type="submit" value="<?= $this->l11n->lang[0]['Save'] ?>"> <input type="submit" value="<?= $this->l11n->getText('News', 'Backend', 'Publish') ?>">
<tr><td><input type="submit" value="<?= $this->l11n->getText(0, 'Backend', 'Delete') ?>"><td class="rightText"><input type="submit" value="<?= $this->l11n->lang[0]['Save'] ?>"> <input type="submit" value="<?= $this->l11n->getText('News', 'Backend', 'Publish') ?>">
</table>
</form>
</div>

View File

@ -40,15 +40,6 @@
"from": "News",
"for": "Navigation",
"file": "Navigation"
},
{
"pid": [
"d7470914e19522acc310a55e5cb13a6f0f7ca000"
],
"type": 5,
"for": "Content",
"file": "",
"from": "News"
}
]
}