Commit 1e6063de6e1a6edcd59cd9cb741014f012dc814d

Authored by Brad Shuttleworth
1 parent 56095b65

incorporate Daniel Chalef's patches to descriptivetext.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4590 c91229c3-7414-0410-bfa2-8a42b809f60b
templates/kt3/browse_types.smarty
1 <h2>Select a document type</h2> 1 <h2>Select a document type</h2>
2 2
3 <p class="descriptiveText">{i18n}In some circumstances it is useful to view all 3 <p class="descriptiveText">{i18n}In some circumstances it is useful to view all
4 -the different documents of a given <strong>document type</strong>. Select a type  
5 -to view all documents of that type.{/i18n}</p> 4 +documents of a given <strong>document type</strong>. Select a <strong>document type</strong> from the list below
  5 +to view all relevant documents.{/i18n}</p>
6 6
7 <ul> 7 <ul>
8 {foreach item=oType from=$document_types} 8 {foreach item=oType from=$document_types}
templates/kt3/compare_document.smarty
@@ -17,14 +17,14 @@ @@ -17,14 +17,14 @@
17 {if ($document_data.is_manufactured)} 17 {if ($document_data.is_manufactured)}
18 <p class="descriptiveText"><strong class="ktInlineError">{i18n}Please 18 <p class="descriptiveText"><strong class="ktInlineError">{i18n}Please
19 note{/i18n}:</strong> {i18n arg_version=$from}the information for version 19 note{/i18n}:</strong> {i18n arg_version=$from}the information for version
20 -#version# comes from an older version of KnowledgeTree, and may be 20 +#version# comes from an older version of KnowledgeTree and may be
21 incorrect.{/i18n} 21 incorrect.{/i18n}
22 {/if} 22 {/if}
23 23
24 {if ($comparison_data.is_manufactured)} 24 {if ($comparison_data.is_manufactured)}
25 <p class="descriptiveText"><strong class="ktInlineError">{i18n}Please 25 <p class="descriptiveText"><strong class="ktInlineError">{i18n}Please
26 note{/i18n}:</strong> {i18n arg_version=$to}the information for version 26 note{/i18n}:</strong> {i18n arg_version=$to}the information for version
27 -#version# comes from an older version of KnowledgeTree, and may be 27 +#version# comes from an older version of KnowledgeTree and may be
28 incorrect.{/i18n} 28 incorrect.{/i18n}
29 {/if} 29 {/if}
30 30
templates/kt3/document/edit.smarty
@@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
12 {$context->oPage->requireCSSResource('resources/css/kt-treewidget.css')} 12 {$context->oPage->requireCSSResource('resources/css/kt-treewidget.css')}
13 13
14 <h2>{i18n}Editing{/i18n}: {$document->getName()}</h2> 14 <h2>{i18n}Editing{/i18n}: {$document->getName()}</h2>
15 -<p class="descriptiveText"><strong>FIXME</strong>: do we need assisting text here?</p> 15 +<p class="descriptiveText">The following document metadata is available for editing.</p>
16 16
17 <form method="POST"> 17 <form method="POST">
18 18
templates/kt3/document/metadata_history.smarty
1 <h2>{i18n}Metadata History{/i18n}: {$document->getName()}</h2> 1 <h2>{i18n}Metadata History{/i18n}: {$document->getName()}</h2>
2 2
3 -<p class="descriptiveText">{i18n}This lists the older versions of the document, as the metadata about it has been changed.{/i18n}</p> 3 +<p class="descriptiveText">{i18n}This page lists versions of document metadata and allows you to compare a metadata version with the current metadata content.{/i18n}</p>
4 4
5 5
6 <table class="document_history" summary="{i18n}Document History for KnowledgeTree New UI Presentation{/i18n}" cellspacing="0"> 6 <table class="document_history" summary="{i18n}Document History for KnowledgeTree New UI Presentation{/i18n}" cellspacing="0">
templates/kt3/fieldsets/generic.smarty
1 <div class="detail_fieldset"> 1 <div class="detail_fieldset">
2 <h3>{i18n}Generic Information{/i18n}</h3> 2 <h3>{i18n}Generic Information{/i18n}</h3>
3 <p class="descriptiveText"> 3 <p class="descriptiveText">
4 - {i18n}The information in this section is stored by the KnowledgeTree&trade; for every 4 + {i18n}The information in this section is stored by KnowledgeTree&trade; for every
5 document.{/i18n} 5 document.{/i18n}
6 </p> 6 </p>
7 <dl class="metadata"> 7 <dl class="metadata">
templates/kt3/fieldsets/generic_versioned.smarty
1 <div class="detail_fieldset"> 1 <div class="detail_fieldset">
2 <h3>{i18n}Generic Information{/i18n}</h3> 2 <h3>{i18n}Generic Information{/i18n}</h3>
3 <p class="descriptiveText"> 3 <p class="descriptiveText">
4 - {i18n}The information in this section is stored by the KnowledgeTree&trade; for every 4 + {i18n}The information in this section is stored by KnowledgeTree&trade; for every
5 document.{/i18n} 5 document.{/i18n}
6 </p> 6 </p>
7 <dl class="metadata versioned"> 7 <dl class="metadata versioned">
templates/kt3/view_document_history.smarty
1 <h2>{i18n}Document History{/i18n}: {$document->getName()}</h2> 1 <h2>{i18n}Document History{/i18n}: {$document->getName()}</h2>
2 2
3 -<p class="descriptiveText">{i18n}This allows you to have a brief  
4 -overview of the history of the document.{/i18n}</p> 3 +<p class="descriptiveText">{i18n}This page provides details of all activities that have been carried out on the document.{/i18n}</p>
5 4
6 5
7 <table class="document_history" summary="{i18n}Document History for KnowledgeTree New UI Presentation{/i18n}" cellspacing="0"> 6 <table class="document_history" summary="{i18n}Document History for KnowledgeTree New UI Presentation{/i18n}" cellspacing="0">
templates/ktcore/boolean_search.smarty
@@ -73,7 +73,7 @@ legend { border: 1px dotted #999;} @@ -73,7 +73,7 @@ legend { border: 1px dotted #999;}
73 {capture assign=options} 73 {capture assign=options}
74 <select name="boolean_search[subgroup][0][join]"><option value="AND">all</option><option value="OR">any</option></select> 74 <select name="boolean_search[subgroup][0][join]"><option value="AND">all</option><option value="OR">any</option></select>
75 {/capture} 75 {/capture}
76 - <p class="helpText">{i18n arg_options=$options}Return items which match &nbsp;#options# of the criteria specified.{/i18n}</p> 76 + <p class="helpText">{i18n arg_options=$options}Return items which match &nbsp;#options# of the criteria specified below.{/i18n}</p>
77 77
78 <table class="advanced-search-form"> 78 <table class="advanced-search-form">
79 <tbody> 79 <tbody>
@@ -97,7 +97,7 @@ legend { border: 1px dotted #999;} @@ -97,7 +97,7 @@ legend { border: 1px dotted #999;}
97 97
98 </fieldset> 98 </fieldset>
99 99
100 - <input type="button" value="{i18n}add another set of criteria{/i18n}" onclick="addBooleanGroup(this)" /> 100 + <input type="button" value="{i18n}Add another set of criteria{/i18n}" onclick="addBooleanGroup(this)" />
101 101
102 102
103 {capture assign=defaultsubmit} 103 {capture assign=defaultsubmit}
templates/ktcore/dashlets/admintutorial.smarty
@@ -8,5 +8,5 @@ which might help you get to grips with the new system.{/i18n}&lt;/p&gt; @@ -8,5 +8,5 @@ which might help you get to grips with the new system.{/i18n}&lt;/p&gt;
8 <a 8 <a
9 href="{$rootUrl}/plugin.php/ktcore.userassistance/admin-quickguide">{i18n}Read the admin introduction.{/i18n}</a> | 9 href="{$rootUrl}/plugin.php/ktcore.userassistance/admin-quickguide">{i18n}Read the admin introduction.{/i18n}</a> |
10 <a 10 <a
11 -href="{$rootUrl}/plugin.php/ktcore.userassistance/admin-guide-whats-new-in-kt3">{i18n}Find out what's different in <strong>KT 3</strong>.{/i18n}</a> | 11 +href="{$rootUrl}/plugin.php/ktcore.userassistance/admin-guide-whats-new-in-kt3">{i18n}Find out what's new in <strong>KT 3</strong>.{/i18n}</a> |
12 <a href="?action=disableDashlet&fNamespace=ktcore.dashlet.admintutorial">{i18n}Don't show me this again.{/i18n}</a> 12 <a href="?action=disableDashlet&fNamespace=ktcore.dashlet.admintutorial">{i18n}Don't show me this again.{/i18n}</a>
templates/ktcore/dashlets/beta1info.smarty
1 <h2>{i18n}Welcome to the KnowledgeTree 3 Beta{/i18n}</h2> 1 <h2>{i18n}Welcome to the KnowledgeTree 3 Beta{/i18n}</h2>
2 <p class="descriptiveText">{i18n}If this is your first KnowledgeTree installation, 2 <p class="descriptiveText">{i18n}If this is your first KnowledgeTree installation,
3 or if you've just upgraded from KnowledgeTree 2.x, we've put together some information 3 or if you've just upgraded from KnowledgeTree 2.x, we've put together some information
4 -which might help you get to grips with the new system.{/i18n}</p> 4 +to help you familiarise yourself with the new system.{/i18n}</p>
5 5
6 <a 6 <a
7 -href="{$rootUrl}/plugin.php/ktcore.userassistance/kt3b1-what-is-a-beta">{i18n}What's a Beta?{/i18n}</a> | 7 +href="{$rootUrl}/plugin.php/ktcore.userassistance/kt3b1-what-is-a-beta">{i18n}What is a Beta?{/i18n}</a> |
8 <a 8 <a
9 -href="{$rootUrl}/plugin.php/ktcore.userassistance/kt-bug-reporting-guide">{i18n}Help! Something went wrong!{/i18n}</a> 9 +href="{$rootUrl}/plugin.php/ktcore.userassistance/kt-bug-reporting-guide">{i18n}Help! Something went wrong!{/i18n}</a>
templates/ktcore/manage_help.smarty
1 <h2>Current help assignments</h2> 1 <h2>Current help assignments</h2>
2 2
3 <p class="descriptiveText">{i18n}To customise a help file, please visit that file 3 <p class="descriptiveText">{i18n}To customise a help file, please visit that file
4 -via the help system, and click on <strong>customise this help file</strong>.{/i18n}</p> 4 +via the help system and click on <strong>customise this help file</strong>.{/i18n}</p>
5 5
6 { if $helpreplacements } 6 { if $helpreplacements }
7 <h2>Existing customised help pages</h2> 7 <h2>Existing customised help pages</h2>
templates/ktcore/plugins/list.smarty
@@ -15,8 +15,7 @@ method=getNamespace assign=boxes name=&quot;pluginids&quot;} @@ -15,8 +15,7 @@ method=getNamespace assign=boxes name=&quot;pluginids&quot;}
15 15
16 <h3>Read plugins from filesystem</h3> 16 <h3>Read plugins from filesystem</h3>
17 17
18 -<p class="descriptiveText">If you have moved your document management  
19 -system on the filesystem, or installed or removed plugins, the plugins 18 +<p class="descriptiveText">If you have moved the location of KnowledgeTree on your server filesystem, or installed or removed plugins, the plugins
20 must be re-read from the filesystem</p> 19 must be re-read from the filesystem</p>
21 20
22 <form action="{$smarty.server.PHP_SELF}" method="POST"> 21 <form action="{$smarty.server.PHP_SELF}" method="POST">