Skip to content

Commit

Permalink
Update profile.php
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonmoura committed Jan 17, 2023
1 parent 899226d commit 38c1e53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/pub/profile.php
Expand Up @@ -81,12 +81,12 @@
<div class="input-field col s12 m6">
<input id="orcid" name="orcid" type="text" class="bgInputs" autocomplete="off" value="<?php echo $usr->getOrcid(); ?>">
<label for="orcid"><?php echo FIELD_ORCID; ?></label>
<span class="helper-text" data-error="wrong" data-success="right"><a class="modal-trigger" href="#modal"><?php echo WHAT_IS_IT; ?></a></span>
<span class="helper-text"><a class="modal-trigger" href="#modal"><?php echo WHAT_IS_IT; ?></a></span>
</div>
<div class="input-field col s12 m6">
<input id="researcherID" name="researcherID" type="text" class=" bgInputs" autocomplete="off" value="<?php echo $usr->getResearcherID(); ?>">
<input id="researcherID" name="researcherID" type="text" class="bgInputs" autocomplete="off" value="<?php echo $usr->getResearcherID(); ?>">
<label for="researcherID"><?php echo FIELD_RESEARCHERID; ?></label>
<span class="helper-text" data-error="wrong" data-success="right"><a class="modal-trigger" href="#modal"><?php echo WHAT_IS_IT; ?></a></span>
<span class="helper-text"><a class="modal-trigger" href="#modal"><?php echo WHAT_IS_IT; ?></a></span>
</div>
<div class="input-field col s12 m6">
<select id="country" name="country" required="">
Expand Down

0 comments on commit 38c1e53

Please sign in to comment.