update original jsp files
This commit is contained in:
parent
59f45a7ecb
commit
e4e3582148
4 changed files with 18 additions and 12 deletions
|
@ -18,7 +18,7 @@
|
|||
class="btn btn-primary">
|
||||
<i class="fa fa-search"></i>
|
||||
</button>
|
||||
<button type="button" class="btn btn-secondary"
|
||||
<button type="button" class="btn btn-default"
|
||||
data-toggle="control-options" data-target="#searchOptions"
|
||||
id="searchOptionsButton">
|
||||
<i class="fa fa-cog"></i> <span class="sr-only"><la:message
|
||||
|
@ -38,9 +38,11 @@
|
|||
<span>${username}</span>
|
||||
</a>
|
||||
<div class="dropdown-menu" aria-labelledby="userMenu">
|
||||
<la:link href="/profile" styleClass="dropdown-item">
|
||||
<la:message key="labels.profile" />
|
||||
</la:link>
|
||||
<c:if test="${editableUser == true}">
|
||||
<la:link href="/profile" styleClass="dropdown-item">
|
||||
<la:message key="labels.profile" />
|
||||
</la:link>
|
||||
</c:if>
|
||||
<c:if test="${adminUser == true}">
|
||||
<la:link href="/admin" styleClass="dropdown-item">
|
||||
<la:message key="labels.administration" />
|
||||
|
|
|
@ -18,7 +18,7 @@ ${fe:facetForm()}${fe:geoForm()}
|
|||
class="btn btn-primary">
|
||||
<i class="fa fa-search"></i>
|
||||
</button>
|
||||
<button type="button" class="btn btn-default"
|
||||
<button type="button" class="btn btn-secondary"
|
||||
data-toggle="control-options" data-target="#searchOptions"
|
||||
id="searchOptionsButton">
|
||||
<i class="fa fa-cog"></i> <span class="sr-only"><la:message
|
||||
|
@ -38,9 +38,11 @@ ${fe:facetForm()}${fe:geoForm()}
|
|||
<span>${username}</span>
|
||||
</a>
|
||||
<div class="dropdown-menu" aria-labelledby="userMenu">
|
||||
<la:link href="/profile" styleClass="dropdown-item">
|
||||
<la:message key="labels.profile" />
|
||||
</la:link>
|
||||
<c:if test="${editableUser == true}">
|
||||
<la:link href="/profile" styleClass="dropdown-item">
|
||||
<la:message key="labels.profile" />
|
||||
</la:link>
|
||||
</c:if>
|
||||
<c:if test="${adminUser == true}">
|
||||
<la:link href="/admin" styleClass="dropdown-item">
|
||||
<la:message key="labels.administration" />
|
||||
|
|
|
@ -30,9 +30,11 @@
|
|||
aria-expanded="false"> <i class="fa fa-user"></i>${username}
|
||||
</a>
|
||||
<div class="dropdown-menu" aria-labelledby="userMenu">
|
||||
<la:link href="/profile" styleClass="dropdown-item">
|
||||
<la:message key="labels.profile" />
|
||||
</la:link>
|
||||
<c:if test="${editableUser == true}">
|
||||
<la:link href="/profile" styleClass="dropdown-item">
|
||||
<la:message key="labels.profile" />
|
||||
</la:link>
|
||||
</c:if>
|
||||
<c:if test="${adminUser == true}">
|
||||
<la:link href="/admin" styleClass="dropdown-item">
|
||||
<la:message key="labels.administration" />
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
<!-- /.col -->
|
||||
<div class="col-xs-8">
|
||||
<la:link href="/"
|
||||
styleClass="btn btn-secondary">
|
||||
styleClass="btn btn-default">
|
||||
<i class="fa fa-arrow-circle-left"></i>
|
||||
<la:message key="labels.profile.back" />
|
||||
</la:link>
|
||||
|
|
Loading…
Add table
Reference in a new issue