Skip to content

Commit

Permalink
Feld 'media' hinzugefügt
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebusryan committed Aug 12, 2016
1 parent b72f173 commit a1698f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/sets.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@
$select->addOption('JS', 'js');
//End - add type-field

//Start - add name-field

This comment has been minimized.

Copy link
@staabm

staabm Aug 12, 2016

Member

typo im comment

This comment has been minimized.

Copy link
@phoebusryan

phoebusryan Aug 12, 2016

Author Member

Danke, ist gefixt. Commit kommt gleich.

$field = $form->addTextField('media');
$field->setLabel($this->i18n('sets_label_media'));
//End - add name-field

//Start - add output-field
$field = $form->addSelectField('output');
$field->setLabel($this->i18n('sets_label_output'));
Expand Down

0 comments on commit a1698f9

Please sign in to comment.