Ignore:
Timestamp:
2006-01-27T14:59:30+13:00 (18 years ago)
Author:
jrm21
Message:

set the default DocumentText format string to be just [Text] instead of
wrapping it in a table, since it can now be controlled by CSS.
Also add a margin underneath the document navigation buttons to give
a bit of room above the document.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/formattools.cpp

    r10733 r11146  
    9595  DocumentButtons.push_back ("Highlight");
    9696  RelatedDocuments = "";
    97   DocumentText = "<center><table width=_pagewidth_><tr><td>[Text]</td></tr></table></center>";
     97  DocumentText = "[Text]";
    9898  formatstrings.erase (formatstrings.begin(), formatstrings.end());
    9999  DocumentUseHTML = false;
Note: See TracChangeset for help on using the changeset viewer.