srchub

srchub Commit Details


Date:2015-08-22 21:36:43 (9 years 3 months ago)
Author:Natalie Adams
Branch:master
Commit:0601e7e447a8fc9b875eb9d47245377712339d00
Parents: 0d798632de0986cb056fec0fb58e2b2cd01422fd
Message:Fixing Issue 101

Changes:

File differences

indefero/src/IDF/Form/ProjectConf.php
101101
102102
103103
104
105
106
107
108
109
110
111
104112
105113
106114
'widget_attrs' => array('disabled' => 'disabled')
));
$this->fields['disabled'] = new Pluf_Form_Field_Boolean(
array('required' => false,
'label' => __('Disable Project'),
'initial' => $this->project->disabled,
'widget' => 'Pluf_Form_Widget_CheckboxInput',
'widget_attrs' => array('disabled' => 'disabled')
));
}
$tags = $this->project->get_tags_list();
for ($i=1;$i<7;$i++) {

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05612s using 20 queries.