Skip to content

Commit

Permalink
Dev: labelset list
Browse files Browse the repository at this point in the history
  • Loading branch information
louis committed Oct 5, 2015
1 parent 272b2d3 commit 9204942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/labels/editlabel_view.php
Expand Up @@ -29,7 +29,7 @@
<div class="tab-content">
<div id='neweditlblset0' class="tab-pane fade in active">
<?php echo CHtml::form(array("admin/labels/sa/process"), 'post',array('class'=>'form30','id'=>'labelsetform','onsubmit'=>"return isEmpty(document.getElementById('label_name'), '".gT("Error: You have to enter a name for this label set.","js")."')")); ?>
<ul>
<ul class="list-unstyled">
<li><label for='label_name'><?php eT("Set name:"); ?></label>
<input type='hidden' name='languageids' id='languageids' value='<?php echo $langids; ?>' />
<?php echo CHtml::textField('label_name',isset($lbname)?$lbname:"",array('maxlength'=>100,'size'=>50)); ?>
Expand Down

0 comments on commit 9204942

Please sign in to comment.