Commit 716141a3a79ffdfb51c949114e4e810bd5185f16

Authored by ydavids
1 parent 04b621c5

KTS-2600

"Document Indexer Statistics Dashlet - improve text / US spelling / Capitalization / Link to Management Page"
Fixed.

Committed By:Yusuf Davids
Reviewed By:Jalaloedien Abrahams

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7785 c91229c3-7414-0410-bfa2-8a42b809f60b
templates/ktcore/search2/lucene_statistics.smarty
... ... @@ -42,24 +42,24 @@ toggle.style.display = 'none';
42 42 <td><span>
43 43 {i18n}Index Coverage:{/i18n}
44 44 </span>
45   -<p>
  45 +
46 46 <div id="show" style="display: none; position: absolute; width: 340px; height: 40px; background-color: #CCCCCC;"><i>
47 47 {i18n}Indexing coverage percentage may vary from total - not all documents contain text.{/i18n}</i>
48 48 <br/>
49 49 </div>
50   -</p><td>{$stats.indexingCoverage}</td></tr>
  50 +<td>{$stats.indexingCoverage}</td></tr>
51 51  
52 52  
53 53 <tr><td><img src="{$rootUrl}/resources/graphics/info.gif" style="cursor: pointer;" onmouseOver="mouseOver()" onmouseOut="mouseOut()"/></td>
54 54 <td><span>
55 55 {i18n}Queue Coverage :{/i18n}
56 56 </span>
57   -<p>
  57 +
58 58 <div id="exp" style="display: none; position: absolute; width: 410px; height: 40px; background-color: #CCCCCC;"><i>
59 59 {i18n}Queue coverage indicates percentage of documents currently queued for indexing in relation to total repository size.{/i18n}</i>
60 60 <br/>
61 61 </div>
62   -</p>
  62 +
63 63 </td><td>{$stats.queueCoverage}</td></tr>
64 64  
65 65 </table>
... ...