Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Minor UI changes.
Browse files Browse the repository at this point in the history
(rhbz727716)
Renamed labels "Project Page" and "Home Page" to simply "Page".
Changed styling of the seam text code editors.
  • Loading branch information
Carlos Munoz committed Nov 22, 2011
1 parent 49254c1 commit abeb4a6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 3 additions & 3 deletions server/zanata-war/src/main/resources/messages.properties
Expand Up @@ -254,7 +254,7 @@ jsf.PleaseChooseAPageFromTheAdministrationMenuAbove=Please choose a page from th
jsf.PleaseContactAdministrationToGetRegistrationLink=Please contact administration to get registration link.
jsf.PoweredBy=Powered by
jsf.project.EditHomePage.label=Edit Home Page Code
jsf.project.EditHomePage.label=Edit Page Code
jsf.project.EditHomePage.tooltip=Edit the Project's home page code as persisted. Useful when the home page cannot be edited via the project edit page.

jsf.Projects=Projects
Expand Down Expand Up @@ -287,8 +287,8 @@ jsf.SearchProjects=Search Projects
jsf.SearchResults=Search Results
jsf.SelectedLocales=Enabled Locales

jsf.server.EditHomePage.label=Edit Homepage Content
jsf.server.EditHomePageCode.label=Edit Homepage Code
jsf.server.EditHomePage.label=Edit Page Content
jsf.server.EditHomePageCode.label=Edit Page Code
jsf.server.EditHomePageCode.tooltip=Edit the home page code as persisted. Useful when the home page cannot be edited via the edit page.

jsf.ServerConfiguration=Server Configuration
Expand Down
Expand Up @@ -18,8 +18,7 @@
<h:inputTextarea id="homeContent"
required="false"
value="#{serverConfigurationBean.homeContent}"
cols="55"
rows="35" />
styleClass="code_editor" />

<div style="clear:both"></div>

Expand Down
Expand Up @@ -20,8 +20,7 @@
<h:inputTextarea id="homeContent"
required="false"
value="#{projectHome.instance.homeContent}"
cols="55"
rows="25" />
styleClass="code_editor" />
</div>

</rich:panel>
Expand Down
8 changes: 8 additions & 0 deletions server/zanata-war/src/main/webapp/stylesheet/theme.css
Expand Up @@ -61,6 +61,14 @@ input.with_icon {
-moz-border-radius: 5px;
}

textarea.code_editor {
font-family: Courier;
font-size: 11px;
font-weight: normal;
width: 450px;
height: 300px;
}

.search_icon{
background-image: url(../img/silk/zoom.png);
}
Expand Down

0 comments on commit abeb4a6

Please sign in to comment.