This commit is contained in:
Dennis Eichhorn 2016-06-26 16:21:36 +02:00
parent 9dd3fe0292
commit 2e6c3801e1
3 changed files with 30 additions and 17 deletions

View File

@ -29,7 +29,9 @@ echo $this->getData('nav')->render(); ?>
<tr><td><label for="iDescription"><?= $this->l11n->lang['Checklist']['Description']; ?></label><td>
<tr><td><textarea id="iDescription" name="description"></textarea><td>
<tr><td><label for="iPermission"><?= $this->l11n->lang['Checklist']['Permissions']; ?></label><td>
<tr><td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button><input type="text" id="iPermission" name="permission"></span><td><button><?= $this->l11n->lang[0]['Add']; ?></button>
<tr><td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button>
<input type="text" id="iPermission" name="permission"></span>
<td><button><?= $this->l11n->lang[0]['Add']; ?></button>
<tr><td><label for="iFiles"><?= $this->l11n->lang['Checklist']['Files']; ?></label><td>
<tr><td><input id="iFiles" name="files" type="file" multiple><td>
<tr><td><input type="submit" value="<?= $this->l11n->lang[0]['Create']; ?>"><td>
@ -47,8 +49,12 @@ echo $this->getData('nav')->render(); ?>
<tr><td><input type="text" id="iETitle" name="eTitle" required><td>
<tr><td><label for="iEDescription"><?= $this->l11n->lang['Checklist']['Description']; ?></label><td>
<tr><td><textarea id="iEDescription" name="eDescription"></textarea><td>
<tr><td><label for="iETime"><?= $this->l11n->lang['Checklist']['TimeInMinutes']; ?></label><td>
<tr><td><input type="number" min="0" step="1" id="iETime" name="eTime" value="0"><td>
<tr><td><label for="iEPermission"><?= $this->l11n->lang['Checklist']['Permissions']; ?></label><td>
<tr><td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button><input type="text" id="iEPermission" name="ePermission"></span><td><button data-action=""><?= $this->l11n->lang[0]['Add']; ?></button>
<tr><td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button>
<input type="text" id="iEPermission" name="ePermission"></span>
<td><button data-action=""><?= $this->l11n->lang[0]['Add']; ?></button>
<tr><td><label for="iEFiles"><?= $this->l11n->lang['Checklist']['Files']; ?></label><td>
<tr><td><input id="iEFiles" name="eFiles" type="file" multiple><td>
<tr><td><input type="submit" value="<?= $this->l11n->lang[0]['Add']; ?>" data-action=""><td>

View File

@ -14,17 +14,18 @@
* @link http://orange-management.com
*/
return ['Checklist' => [
'Checklist' => 'Checklist',
'Checklists' => 'Checklists',
'Created' => 'Created',
'Creator' => 'Creator',
'Description' => 'Description',
'Files' => 'Files',
'General' => 'General',
'Name' => 'Name',
'Permissions' => 'Permissions',
'Status' => 'Status',
'Tasks' => 'Tasks',
'Templates' => 'Templates',
'Title' => 'Title',
'Checklist' => 'Checklist',
'Checklists' => 'Checklists',
'Created' => 'Created',
'Creator' => 'Creator',
'Description' => 'Description',
'Files' => 'Files',
'General' => 'General',
'Name' => 'Name',
'Permissions' => 'Permissions',
'Status' => 'Status',
'Tasks' => 'Tasks',
'Templates' => 'Templates',
'TimeInMinutes' => 'Time in minutes',
'Title' => 'Title',
]];

View File

@ -29,7 +29,9 @@ echo $this->getData('nav')->render(); ?>
<tr><td><label for="iDescription"><?= $this->l11n->lang['Checklist']['Description']; ?></label><td>
<tr><td><textarea id="iDescription" name="description"></textarea><td>
<tr><td><label for="iPermission"><?= $this->l11n->lang['Checklist']['Permissions']; ?></label><td>
<tr><td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button><input type="text" id="iPermission" name="permission"></span><td><button><?= $this->l11n->lang[0]['Add']; ?></button>
<tr><td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button>
<input type="text" id="iPermission" name="permission"></span>
<td><button><?= $this->l11n->lang[0]['Add']; ?></button>
<tr><td><label for="iFiles"><?= $this->l11n->lang['Checklist']['Files']; ?></label><td>
<tr><td><input id="iFiles" name="files" type="file" multiple><td>
<tr><td><input type="submit" value="<?= $this->l11n->lang[0]['Create']; ?>"><td>
@ -47,8 +49,12 @@ echo $this->getData('nav')->render(); ?>
<tr><td><input type="text" id="iETitle" name="eTitle" required><td>
<tr><td><label for="iEDescription"><?= $this->l11n->lang['Checklist']['Description']; ?></label><td>
<tr><td><textarea id="iEDescription" name="eDescription"></textarea><td>
<tr><td><label for="iETime"><?= $this->l11n->lang['Checklist']['TimeInMinutes']; ?></label><td>
<tr><td><input type="number" min="0" step="1" id="iETime" name="eTime" value="0"><td>
<tr><td><label for="iEPermission"><?= $this->l11n->lang['Checklist']['Permissions']; ?></label><td>
<tr><td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button><input type="text" id="iEPermission" name="ePermission"></span><td><button data-action=""><?= $this->l11n->lang[0]['Add']; ?></button>
<tr><td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button>
<input type="text" id="iEPermission" name="ePermission"></span>
<td><button data-action=""><?= $this->l11n->lang[0]['Add']; ?></button>
<tr><td><label for="iEFiles"><?= $this->l11n->lang['Checklist']['Files']; ?></label><td>
<tr><td><input id="iEFiles" name="eFiles" type="file" multiple><td>
<tr><td><input type="submit" value="<?= $this->l11n->lang[0]['Add']; ?>" data-action=""><td>