[Yanel-commits] rev 48117 - public/yanel/trunk/src/resources/tinymce/htdocs

michi at wyona.com michi at wyona.com
Tue Mar 16 11:11:20 CET 2010


Author: michi
Date: 2010-03-16 11:11:20 +0100 (Tue, 16 Mar 2010)
New Revision: 48117

Modified:
   public/yanel/trunk/src/resources/tinymce/htdocs/tinymce.jelly
Log:
exeception text added to make errors more clear

Modified: public/yanel/trunk/src/resources/tinymce/htdocs/tinymce.jelly
===================================================================
--- public/yanel/trunk/src/resources/tinymce/htdocs/tinymce.jelly	2010-03-16 09:29:14 UTC (rev 48116)
+++ public/yanel/trunk/src/resources/tinymce/htdocs/tinymce.jelly	2010-03-16 10:11:20 UTC (rev 48117)
@@ -11,7 +11,7 @@
       <script language="javascript" type="text/javascript" src="${yanel.back2realm}${yanel.reservedPrefix}/resource-types/http://www.wyona.org/yanel/resource/1.0::tinymce/js/tinymceinit.js"></script>
     </head>
     <body>
-      <p class="yanel-usecase-error">${resource.getErrorMessages()}</p>
+      <p class="yanel-usecase-error"><span style="color: red;">Exception:</span> ${resource.getErrorMessages()}</p>
       <p>${resource.getInfoMessages()}</p>
       <j:choose>
         <j:when test="${resource.getEditPath() != null &amp;&amp; !resource.getEditPath().equals('')}">
@@ -33,4 +33,4 @@
 
     </body>
   </html>
-</j:jelly>
\ No newline at end of file
+</j:jelly>



More information about the Yanel-commits mailing list