Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correção de erro #3

Open
appgestor opened this issue Dec 11, 2019 · 2 comments · May be fixed by #7
Open

correção de erro #3

appgestor opened this issue Dec 11, 2019 · 2 comments · May be fixed by #7

Comments

@appgestor
Copy link

olá é a primeira vez que entro no git obrigado pelo codigo.
tem um pequeno erro em create.php
adicione esta linha

                <?php $sexo = isset($sexo) ? $sexo : false; ?>

bloco completo abaixo para melhor localização

            <div class="control-group <?php echo !empty($sexoErro)?'error ': '';?>">
                <?php $sexo = isset($sexo) ? $sexo : false; ?>
                <label class="control-label">Sexo</label>
                <div class="controls">
                    <div class="form-check">
                        <p class="form-check-label">
                            <input class="form-check-input" type="radio" name="sexo" id="sexo" value="M" <?php echo ($sexo=="M" ) ? "checked" : null; ?>/> Masculino
                    </div>
                    <div class="form-check">
                        <input class="form-check-input" type="radio" name="sexo" id="sexo" value="F" <?php echo ($sexo=="F" ) ? "checked" : null; ?>/> Feminino
                    </div>
                    </p>
                    <?php if(!empty($sexoErro)): ?>
                        <span class="help-inline"><?php echo $sexoErro;?></span>
                        <?php endif;?>
                </div>
            </div>
@glaucia86
Copy link
Owner

@appgestor não trabalho com PHP. Esse projeto foi para fins de projeto de Faculdade. Tem como você abrir um PR aqui nesse repositório, testar localmente e enviar esse PR? Assim eu aprovo na hora as modificações dadas.

Caso não saiba como fazer, recomendo esse excelente artigo escrito pelo Fernando Daciuk que ensina, passo a passo como fazer: https://blog.da2k.com.br/2015/02/04/git-e-github-do-clone-ao-pull-request/

@glaucia86
Copy link
Owner

@appgestor teria como abrir a PR?

klingersf added a commit to klingersf/projeto.crud.php that referenced this issue Aug 14, 2020
@klingersf klingersf linked a pull request Aug 14, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants