VIVO-441: template and .properties updates
This commit is contained in:
parent
5e83c482c7
commit
f0844317a4
3 changed files with 6 additions and 3 deletions
|
@ -869,3 +869,5 @@ edit_year_awarded = Editar año concede
|
|||
publication_date_for = fecha de publicación de
|
||||
create_publication_date = Crear fecha de publicación
|
||||
edit_publication_date = Editar fecha de publicación
|
||||
name_prefix = Prefijo de nombre
|
||||
name_suffix = Sufijo de nombre
|
|
@ -65,13 +65,13 @@
|
|||
<form id="addFullNameToPerson" class="customForm noIE67" action="${submitUrl}" role="add/edit name">
|
||||
|
||||
<p>
|
||||
<label for="firstName">${i18n().first_name} ${requiredHint}<span style="padding-left:300px">name_prefix</span></label>
|
||||
<label for="firstName">${i18n().first_name} ${requiredHint}<span style="padding-left:300px">${i18n().name_prefix}</span></label>
|
||||
<input size="25" type="text" id="firstName" name="firstName" value="${firstNameValue}" />
|
||||
<input style="margin-left:138px" size="12" type="text" id="prefix" name="prefix" value="${prefixValue}" />
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<label for="middleName">${i18n().middle_name}<span style="padding-left:293px">name_suffix</span></label>
|
||||
<label for="middleName">${i18n().middle_name}<span style="padding-left:293px">${i18n().name_suffix}</span></label>
|
||||
<input size="25" type="text" id="middleName" name="middleName" value="${middleNameValue}" />
|
||||
<input style="margin-left:138px" size="12" type="text" id="suffix" name="suffix" value="${suffixValue}" />
|
||||
</p>
|
||||
|
|
|
@ -875,4 +875,5 @@ edit_year_awarded = Edit year awarded
|
|||
publication_date_for = publication date for
|
||||
create_publication_date = Create publication date
|
||||
edit_publication_date = Edit publication date
|
||||
|
||||
name_prefix = Name Prefix
|
||||
name_suffix = Name Suffix
|
Loading…
Add table
Reference in a new issue