Scarab commit: svn commit: r11342 - branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/screens/admin/ModifyModule.vm
[email protected] Thu, 26 Jun 2014 13:39:24 -0700 (PDT)
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dabbous
Date: 2014-06-26 13:39:24-0700
New Revision: 11342
Modified:
branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/screens/admin/ModifyModule.vm
Log:
Add option to enable wikipedia style renderinf in comments
Modified: branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/screens/admin/ModifyModule.vm
Url: http://scarab.tigris.org/source/browse/scarab/branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/screens/admin/ModifyModule.vm?view=diff&pathrev=11342&r1=11341&r2=11342
==============================================================================
--- branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/screens/admin/ModifyModule.vm (original)
+++ branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/screens/admin/ModifyModule.vm 2014-06-26 13:39:24-0700
@@ -216,7 +216,8 @@
<option value="" #if ($selected.equals("")) selected #end >choose...</option>
<option value="plaintext" #if ($selected.equals("plaintext")) selected #end >plaintext</option>
<option value="html" #if ($selected.equals("html")) selected #end >html</option>
- <option value="radeox" #if ($selected.equals("radeox")) selected #end >wiki(radeox)</option>
+ <option value="radeox" #if ($selected.equals("radeox")) selected #end >radeox</option>
+ <option value="bliki" #if ($selected.equals("bliki")) selected #end >wikipedia</option>
</select>
$l10n.RenderEngineExplained
</td>
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=3084054