Added pipe symbol (|) separator option.
authorW. Trevor King <wking@drexel.edu>
Wed, 30 Jun 2010 14:25:41 +0000 (10:25 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 30 Jun 2010 14:25:41 +0000 (10:25 -0400)
From: "Demi,Karissa"
Date: Tue, 29 Jun 2010 09:17:29 -0400
Subject: RE: Sitecore: Faculty Profiles

If you prefer pipe symbols, go ahead and use them. We can essentially
do a search/replace, so they will display however we need them
to. Please make the capitalizations correct, though.

Thanks,

Karissa

sitecore/prof/__init__.py

index 7e4f9039f5f3b5378cd9973356eeb45ac93f1e8c..7b24e72c4e40172f478e91396d32d2d9b61ba286 100644 (file)
@@ -54,10 +54,10 @@ CV  Resume
     Personal Website: <a href="http://...">http://...</a><br/>
 
 If a basic text field (a field with no "editor") has more than one
-item in it then separate the items with a comma. For example: If a
-faculty member has more than one title, then list their titles like
-this: Professor of Communication, Director of Publication Management,
-Yearbook Advisor, etc.
+item in it then separate the items with a comma (or pipe symbols:
+|). For example: If a faculty member has more than one title, then
+list their titles like this: Professor of Communication, Director of
+Publication Management, Yearbook Advisor, etc.
 """
 
 class AttributeHolder (object):