Exemplo n.º 1
0
                                                    <div class="form-group">
                                                        <label for="email" class="col-xs-12 col-sm-3 control-label no-padding-right" style="font-weight: bold;">E-mail:</label>
                                                        <div class="col-xs-12 col-sm-5">
                                                            <input type="text" id="email" class="obrigatorio width-100" name="email" title="E-mail" value="<?php 
    echo $anuncio->getEmail();
    ?>
" placeholder="Informe um e-mail para contato"/>
                                                        </div>
                                                    </div>

                                                    <div class="form-group">
                                                        <label for="responsavel" class="col-xs-12 col-sm-3 control-label no-padding-right" style="font-weight: bold;">Responsável:</label>
                                                        <div class="col-xs-12 col-sm-5">
                                                            <input type="text" id="responsavel" class="obrigatorio width-100" name="responsavel" title="Responsável" value="<?php 
    echo $anuncio->getResponsavel();
    ?>
" placeholder="Nome do responsável"/>
                                                        </div>
                                                    </div>

                                                    <!--<div class="form-group">
                                                            <label for="inputError2" class="col-xs-12 col-sm-3 control-label no-padding-right" style="font-weight: bold;">Input with error</label>

                                                            <div class="col-xs-12 col-sm-5">
                                                                    <span class="input-icon block">
                                                                            <input type="text" id="inputError2" class="width-100" />                                                                            
                                                                    </span>
                                                            </div>
                                                            <div class="help-block col-xs-12 col-sm-reset inline"> Error tip help! Error tip help! Error tip help! </div>
                                                    </div>-->