Revision 4410
Added by ben leinfelder about 16 years ago
lib/style/skins/first/first-assessment-resultset.xsl | ||
---|---|---|
185 | 185 |
<a> |
186 | 186 |
<xsl:attribute name="href">javascript:{}</xsl:attribute> |
187 | 187 |
<xsl:attribute name="onclick">javascript:editCart('assessmentForm', 'add')</xsl:attribute> |
188 |
<xsl:text>+</xsl:text> |
|
188 |
<img border="none"> |
|
189 |
<xsl:attribute name="src"> |
|
190 |
<xsl:value-of select="$contextURL" /> |
|
191 |
<xsl:text>/style/images/fav.gif</xsl:text> |
|
192 |
</xsl:attribute> |
|
193 |
</img> |
|
194 |
<xsl:text> Add to Cart</xsl:text> |
|
189 | 195 |
</a> |
190 | 196 |
/ |
191 | 197 |
<a> |
... | ... | |
198 | 204 |
<xsl:text>/style/images/delete.gif</xsl:text> |
199 | 205 |
</xsl:attribute> |
200 | 206 |
</img> |
207 |
<xsl:text> Remove from Cart</xsl:text> |
|
201 | 208 |
</a> |
202 | 209 |
</p> |
203 | 210 |
|
Also available in: Unified diff
make "add to cart" more obvious (with icon, too!)