Author: jleroux
Date: Fri Nov  3 13:13:05 2017
New Revision: 1814178

URL: http://svn.apache.org/viewvc?rev=1814178&view=rev
Log:
The ® signs was a bit ostentatious there

Modified:
    ofbiz/tools/wiki-files/themes/README.md.html

Modified: ofbiz/tools/wiki-files/themes/README.md.html
URL: 
http://svn.apache.org/viewvc/ofbiz/tools/wiki-files/themes/README.md.html?rev=1814178&r1=1814177&r2=1814178&view=diff
==============================================================================
--- ofbiz/tools/wiki-files/themes/README.md.html (original)
+++ ofbiz/tools/wiki-files/themes/README.md.html Fri Nov  3 13:13:05 2017
@@ -63,7 +63,7 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<h1 id="apache-ofbiz-themes">Apache OFBiz® Themes</h1>
+<h1 id="apache-ofbiz-themes">Apache OFBiz Themes</h1>
 <h1 id="what-is-a-theme">What is a theme</h1>
 <p>A Theme is an ofbiz component that defines all elements necessary to render 
all information generated by the screen engine through an embedded technology. 
Currently themes presents in Apache OFBiz use html5/jquery/css to do that.</p>
 <p>To realize this, a theme can define some properties that can be necessary, 
can define its own ftl macro to render the different modelScreen elements and 
can define its own screen decorator to prepare the final user screen structure 
for the technology used by the theme. # How to define it A theme is a standard 
component, present in the directory themes or plugins with a file definition 
present on widget/Theme.xml and support the <a 
href="http://ofbiz.apache.org/dtds/widget-theme.xsd";>widget-theme.xsd</a></p>


Reply via email to