Skip to content

Commit

Permalink
Update contactInformation.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnoble73 committed Jun 6, 2024
1 parent 93026bd commit 8139d9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
{if !empty($showWorkPhoneInProfile)}
<div class="form-group">
<div class="col-xs-4"><label for="workPhone">{translate text='Work Phone Number' isPublicFacing=true}</label></div>
<div class="col-xs-8">{if !empty($edit) && $canUpdateContactInfo && $canUpdateWorkPhoneNumber && !$isHorizon}<input name="workPhone" id="workPhone" value="{$profile->workPhone|escape}" size="50" maxlength="75" class="form-control">{else}{$profile->workPhone|escape}{/if}</div>
<div class="col-xs-8">{if !empty($edit) && $canUpdateContactInfo && $canUpdateWorkPhoneNumber && !$isHorizon}<input name="workPhone" id="workPhone" value="{$profile->_workPhone|escape}" size="50" maxlength="75" class="form-control">{else}{$profile->_workPhone|escape}{/if}</div>
</div>
{/if}
{/if}
Expand Down

0 comments on commit 8139d9b

Please sign in to comment.