Updated markup for notice form attachment
This commit is contained in:
		| @@ -148,10 +148,10 @@ class NoticeForm extends Form | ||||
|         $this->out->element('dd', array('id' => 'notice_text-count'), | ||||
|                             '140'); | ||||
|         $this->out->elementEnd('dl'); | ||||
|         $this->out->element('br', array('style' => 'clear:both')); | ||||
|         $this->out->element('label', array('for' => 'notice_data-attach'), _('Upload: ')); | ||||
|         $this->out->element('input', array('id' => 'notice_data-attach', 'type' => 'file', 'name' => 'attach')); | ||||
|  | ||||
|         $this->out->element('label', array('for' => 'notice_data-attach'), _('Attach')); | ||||
|         $this->out->element('input', array('id' => 'notice_data-attach', | ||||
|                                            'type' => 'file', | ||||
|                                            'name' => 'attach')); | ||||
|         if ($this->action) { | ||||
|             $this->out->hidden('notice_return-to', $this->action, 'returnto'); | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user