| author | Sidharth Singh | 2013-01-07 07:00:30 (EST) |
|---|---|---|
| committer | Stephan Born | 2013-01-25 13:20:00 (EST) |
| commit | f832b7a0a968f69978519d7b1873c6050c50ed77 (patch) (side-by-side diff) | |
| tree | b7fdd62471e2bdaabee61d1035597a89765a423f | |
| parent | d2099f691eecaa568587dd7a1ac1d2d9ae5642b5 (diff) | |
| download | org.eclipse.stardust.ui.web-f832b7a0a968f69978519d7b1873c6050c50ed77.zip org.eclipse.stardust.ui.web-f832b7a0a968f69978519d7b1873c6050c50ed77.tar.gz org.eclipse.stardust.ui.web-f832b7a0a968f69978519d7b1873c6050c50ed77.tar.bz2 | |
Jira-ID: CRNT-27159
Changed the path of book-open-bookmark.png in tiffBookmarkColumns.xhtml
added vertical-align style attribute to made it adjust according to default bookmark icon.
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ui.web@61862 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | views-common/src/main/resources/META-INF/xhtml/views/document/tiffBookmarkColumns.xhtml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/views-common/src/main/resources/META-INF/xhtml/views/document/tiffBookmarkColumns.xhtml b/views-common/src/main/resources/META-INF/xhtml/views/document/tiffBookmarkColumns.xhtml index a0d46a6..62d9939 100644 --- a/views-common/src/main/resources/META-INF/xhtml/views/document/tiffBookmarkColumns.xhtml +++ b/views-common/src/main/resources/META-INF/xhtml/views/document/tiffBookmarkColumns.xhtml @@ -17,9 +17,10 @@ <ice:inputText title="editableBookmark" value="#{row.bookmarkText}" partialSubmit="true" rendered="#{row.editable}" style="width : 5.5em;">
<pc:automationTag value="auto-COM-DocView-TiffDocView-BookmarkTbl-BookmarkText" standAlone="false"/>
</ice:inputText>
- <ice:graphicImage value="/plugins/views-common/images/icons/book-open-bookmark.png" rendered="#{row.defaultBookmark and !row.editable}" />
+ <ice:graphicImage value="/plugins/views-common/images/icons/bookmark/book-open-bookmark.png" rendered="#{row.defaultBookmark and !row.editable}" />
<ice:outputLabel value=" " rendered="#{row.defaultBookmark and !row.editable}" />
- <ice:commandLink value="#{row.bookmarkText}" onclick="javascript: window.parent.EventHub.events.publish('page_click_event', '', #{row.fromPageNo});" rendered="#{!row.editable}">
+ <ice:commandLink value="#{row.bookmarkText}" onclick="javascript: window.parent.EventHub.events.publish('page_click_event', '', #{row.fromPageNo});" rendered="#{!row.editable}"
+ style="vertical-align:super;">
<pc:automationTag value="auto-COM-DocView-TiffDocView-BookmarkTbl-Bookmark" standAlone="false"/>
</ice:commandLink>
</ice:panelGroup>
|

