Skip to content

Commit

Permalink
FBR-151 Feedback Sprint 4 (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: Leonardo Hildt <[email protected]>
  • Loading branch information
fiterlatam and leonardohildt authored May 23, 2023
1 parent 6673def commit e85c381
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/global-translations/locale-es.json
Original file line number Diff line number Diff line change
Expand Up @@ -4196,5 +4196,6 @@
"label.heading.availability.centers": "Centros y horarios disponibles",
"label.heading.transfergroup": "Transferir grupo",
"label.heading.centermeetingtimes": "Horarios de reunión",
"label.input.centerReferencePoint": "Punto de referencia",
"----End---": "---Fin del archivo---"
}
9 changes: 8 additions & 1 deletion app/views/organization/editportfoliocenter.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<label class="control-label col-sm-2">{{ 'label.input.centerName' | translate }}<span
class="required">*</span></label>
<div class="col-sm-3">
<input id="name" ng-autofocus="true" type="text" name="name" ng-model="formData.name" class="form-control"
<input id="name" ng-autofocus="true" type="text" name="name" ng-model="formData.name" class="form-control" readonly
required late-Validate/>
</div>
<div class="col-sm-3">
Expand Down Expand Up @@ -60,6 +60,13 @@
value="{{state.id}}"></select>
</div>
</div>
<!--reference point-->
<div class="form-group">
<label class="control-label col-sm-2">{{ 'label.input.centerReferencePoint' | translate }}</label>
<div class="col-sm-3">
<input id="centerReferencePoint" type="text" name="centerReferencePoint" ng-model="formData.referencePoint" class="form-control"/>
</div>
</div>
<!--center type-->
<div class="form-group">
<label class="control-label col-sm-2">{{ 'label.input.centerType' | translate }}</label>
Expand Down

0 comments on commit e85c381

Please sign in to comment.