From: W. Trevor King Date: Wed, 30 Jun 2010 14:25:41 +0000 (-0400) Subject: Added pipe symbol (|) separator option. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=81b842e31d809f708dde80691174735b0d3559ad;p=sitecorepy.git Added pipe symbol (|) separator option. 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 --- diff --git a/sitecore/prof/__init__.py b/sitecore/prof/__init__.py index 7e4f903..7b24e72 100644 --- a/sitecore/prof/__init__.py +++ b/sitecore/prof/__init__.py @@ -54,10 +54,10 @@ CV Resume Personal Website: http://...
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):