Skip to content

Commit

Permalink
Dev Some template editor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Jun 13, 2016
1 parent 69bdbce commit 4a5fe42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/templates/templatesummary_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<?php echo CHtml::hiddenField('templatename', $templatename, array('class'=>'templatename'));
echo CHtml::hiddenField('screenname', $screenname, array('class'=>'screenname'));
echo CHtml::hiddenField('editfilename', $editfile);
echo CHtml::hiddenField('editfile', $editfile);
echo CHtml::hiddenField('action', 'templatesavechanges');
echo CHtml::textArea('changes', isset($editfile)?filetext($templatename,$editfile,$templates):'',array('rows'=>'20',
'cols'=>'40',
Expand Down

0 comments on commit 4a5fe42

Please sign in to comment.