implemented common sysadmin E-mail message editor and three E-mail message
editors
This commit is contained in:
@@ -49,6 +49,12 @@ public class StdObject
|
||||
*--------------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
public String dollarPrefix(String data)
|
||||
{
|
||||
return "$" + data;
|
||||
|
||||
} // end dollarPrefix
|
||||
|
||||
public String formatURL(String type, String url)
|
||||
{
|
||||
if (m_rewriter==null)
|
||||
|
||||
Reference in New Issue
Block a user