File path fixes

This commit is contained in:
Dennis Eichhorn 2017-01-26 16:42:54 +01:00
parent d891e510b2
commit 172bd43d01
3 changed files with 5 additions and 4 deletions

View File

@ -2,7 +2,7 @@
/**
* Orange Management
*
* PHP Version 7.0
* PHP Version 7.1
*
* @category TBD
* @package TBD
@ -361,7 +361,7 @@ echo $this->getData('nav')->render(); ?>
<tr><td><input id="iPName" name="pname" type="text" placeholder="">
<tr><td><label for="iPName"><?= $this->getText('Leadtime') ?></label>
<tr><td><input id="iPName" name="pname" type="number" min="0" step="1" placeholder="">
<tr><td><input type="submit" value="<?= $this->getText('Save') ?>">
<tr><td><input type="submit" value="<?= $this->getText('Save', 0) ?>">
</table>
</form>
</div>

View File

@ -2,7 +2,7 @@
/**
* Orange Management
*
* PHP Version 7.0
* PHP Version 7.1
*
* @category TBD
* @package TBD

View File

@ -2,7 +2,7 @@
/**
* Orange Management
*
* PHP Version 7.0
* PHP Version 7.1
*
* @category TBD
* @package TBD
@ -41,6 +41,7 @@ return ['ItemManagement' => [
'GrossWeight' => 'Gross Weight',
'Group' => 'Group',
'Height' => 'Height',
'ID' => 'ID',
'Info' => 'Info',
'Item' => 'Item',
'Items' => 'Items',