Moderators: jmacgreg, michael, jheckman, barbarah, btbell, bdgregg, asmecher
jamsakk@dedi1147:~/public_html$ grep -ri "getAbstractsDisabled(" * | grep -v cache
templates/sectionEditor/submission/metadata.tpl:<h4>{if $section->getAbstractsDisabled()}{translate key="article.title"}{else}{translate key="submission.titleAndAbstract"}{/if}</h4>
templates/sectionEditor/submission/metadata.tpl: {if !$section->getAbstractsDisabled()}
templates/search/searchResults.tpl: {if !$section->getAbstractsDisabled() && $publishedArticle->getArticleAbstract() != ""}
templates/search/titleIndex.tpl: <a href="{url journal=$journal->getPath() page="article" op="view" path=$publishedArticle->getBestArticleId($journal)}" class="file">{if $section->getAbstractsDisabled()}{translate key="article.details"}{else}{translate key="article.abstract"}{/if}</a>
templates/search/authorDetails.tpl: <a href="{url page="article" op="view" path=$article->getBestArticleId()}" class="file">{if $section->getAbstractsDisabled()}{translate key="article.details"}{else}{translate key="article.abstract"}{/if}</a>
templates/submission/metadata/metadataEdit.tpl:<h3>{if $section->getAbstractsDisabled()}{translate key="article.title"}{else}{translate key="submission.titleAndAbstract"}{/if}</h3>
templates/submission/metadata/metadataEdit.tpl: {if !$section->getAbstractsDisabled()}
templates/submission/metadata/metadataView.tpl:<h3>{if $section->getAbstractsDisabled()}{translate key="article.title"}{else}{translate key="submission.titleAndAbstract"}{/if}</h3>
templates/submission/metadata/metadataView.tpl: {if !$section->getAbstractsDisabled()}
templates/rt/rt.tpl: {if $journalRt->getAbstract() && $galley && !$section->getAbstractsDisabled()}<li><a href="{url page="article" op="view" path=$articleId}" target="_parent">{translate key="article.abstract"}</a></li>{/if}
templates/rt/metadata.tpl: <td>{if $section && !$section->getAbstractsDisabled()}{$article->getArticleAbstract()|strip_unsafe_html|nl2br}{/if}</td>
templates/rt/printerFriendly.tpl: {if !$section->getAbstractsDisabled()}
templates/author/submission/metadata.tpl:<h4>{if $section->getAbstractsDisabled()}{translate key="article.title"}{else}{translate key="submission.titleAndAbstract"}{/if}</h4>
templates/author/submission/metadata.tpl: {if !$section->getAbstractsDisabled()}
templates/author/submit/step2.tpl:<h3>{if $section->getAbstractsDisabled()==1}{translate key="article.title"}{else}{translate key="submission.titleAndAbstract"}{/if}</h3>
templates/author/submit/step2.tpl:{if $section->getAbstractsDisabled()==0}
templates/article/article.tpl: {if !$section->getAbstractsDisabled()}
Return to OJS Technical Support
Users browsing this forum: Google [Bot] and 5 guests