Skip to content

Commit

Permalink
Dev: required placement
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Feb 8, 2016
1 parent f1fbdbb commit 01a12a4
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -33,12 +33,8 @@
<div class="form-group">
<div class="col-lg-offset-1">
<label class="col-sm-2 control-label" for='title'><?php eT("Code:"); ?></label>

<div class="col-sm-5">
<?php echo CHtml::textField("title",$eqrow['title'],array('class'=>'form-control','size'=>"20",'maxlength'=>'20','pattern'=>$sPattern,"autofocus"=>"autofocus",'id'=>"title")); ?>
</div>

<div class="col-sm-6">
<span class='text-warning'><?php eT("Required"); ?> </span>
</div>
</div>
Expand Down

0 comments on commit 01a12a4

Please sign in to comment.