Fixed DocBook mistakes introduced when adding "Exporting Report Templates Using phpPg...
authorYamil Suarez <yamil@yamil.com>
Fri, 3 Jun 2011 04:36:35 +0000 (00:36 -0400)
committerYamil Suarez <yamil@yamil.com>
Fri, 3 Jun 2011 04:36:35 +0000 (00:36 -0400)
1.6/reports/report-exporting-report-templates-using-phppgadmin.xml
1.6/root.xml

index 08bd165..7f434d5 100644 (file)
@@ -5,7 +5,7 @@
                <title>Exporting Report Templates Using phpPgAdmin</title>\r
        </info>\r
        <para>Once the data is exported. Database Administrators/Systems Administrators can easily import this data into the templates folder to make it available in the client.</para>\r
-       <simplesect xml:id="dumpentirereportstemplatetable">\r
+       <simplesect xml:id="dump-entire-reports-template-table">\r
                <title>Dump the Entire Reports Template Table</title>\r
                <para>The data exported in this method can create issues importing into a different system if you do not have a matching folder and owner.  This is going to export report templates created in your system.  The most important fields for importing into the new system are <emphasis>name</emphasis>, <emphasis>description</emphasis>, and <emphasis>data</emphasis>. Data defines the actual structure of the report. The <emphasis>owner</emphasis> and <emphasis>folder</emphasis> fields will unique to the system they were exported from and will have to be altered to ensure they match the appropriate owner and folder information for the new system.</para>\r
                \r
@@ -23,7 +23,7 @@
                </orderedlist>\r
 \r
        </simplesect>\r
-       <simplesect xml:id="dumpdatasqlstatement">\r
+       <simplesect xml:id="dump-data-sql-statement">\r
                <title>Dump Data with an SQL Statement</title>\r
                <para>The following statement could be used to grab the data in the folder and dump it with admin account as the owner and the first folder in your system.</para>\r
                <screen>SELECT 1 as owner, name, description, data, 1 as folder FROM reporter.template</screen>\r
index 6b33ac4..255ed5a 100755 (executable)
@@ -98,7 +98,7 @@
                <xi:include href="reports/report-shared-template.xml"/>\r
                <xi:include href="reports/report-recurring-report.xml"/>\r
                <xi:include href="reports/report-template-terminology.xml"/>\r
-               <xi:include href="report-exporting-report-templates-using-phppgadmin.xml"/>\r
+               <xi:include href="reports/report-exporting-report-templates-using-phppgadmin.xml"/>\r
                \r
        </part>\r
 \r