Changeset 3296
- Timestamp:
- May 7, 2007, 1:09:12 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/docbook/preprocess/webclient_helptext.xsl
r3283 r3296 78 78 </xsl:template> 79 79 80 <xsl:template match=" userinput">81 < ui><xsl:apply-templates /></ui>80 <xsl:template match="guilabel"> 81 <lbl><xsl:apply-templates /></lbl> 82 82 </xsl:template> 83 83 -
trunk/www/admin/clients/help/edit_help.jsp
r3103 r3296 237 237 /> 238 238 <m:menuitem 239 title=" User input"240 onclick="encloseSelection('< ui>', '</ui>')"241 tooltip="Mark text as user input."239 title="Label" 240 onclick="encloseSelection('<lbl>', '</lbl>')" 241 tooltip="Mark text as a label appearing in the interface." 242 242 /> 243 243 <m:menuitem -
trunk/www/include/styles/help.css
r3273 r3296 26 26 @author Martin 27 27 @version 2.2 28 */ /*Button symbol*/ 28 */ 29 /*Button symbol*/ 29 30 btn { 30 background: #E0E0E0; 31 border-top: 2px ridge #FFFFFF; 32 border-left: 2px ridge #FFFFFF; 33 border-bottom: 2px groove #999999; 34 border-right: 2px groove #999999; 35 font-family: arial; 36 padding-left: 6px; 37 padding-right: 6px; 38 padding-top: 0px; 39 padding-bottom: 0px; 40 cursor: default; 31 font-weight: bold; 41 32 } 42 33 43 34 /*User inputs*/ 44 ui{35 lbl { 45 36 font-weight: bold; 46 font-style: italic;47 37 } 48 38 … … 50 40 req { 51 41 font-weight: bold; 52 font-style: italic;53 42 background: #D0F0FF; 54 43 } … … 72 61 /*Menu*/ 73 62 mnu { 74 background: #EEEEEE; 75 font-style: italic; 63 font-weight: bold; 76 64 } 77 65 … … 116 104 117 105 .variablelist { 118 xbackground: #e0e0e0;119 106 border-top: 1px solid #cccccc; 120 107 border-bottom: 1px solid #cccccc;
Note: See TracChangeset
for help on using the changeset viewer.