Lines 798-816
Link Here
|
798 |
[% BLOCK database_panel %] |
798 |
[% BLOCK database_panel %] |
799 |
[% WRAPPER tab_panel tabname= "database" bt_active = 1 %] |
799 |
[% WRAPPER tab_panel tabname= "database" bt_active = 1 %] |
800 |
<h2>Database audit</h2> |
800 |
<h2>Database audit</h2> |
|
|
801 |
[% IF db_audit.diff_found %] |
801 |
<div class="alert alert-warning"> |
802 |
<div class="alert alert-warning"> |
802 |
<h3>WARNING!!!</h3> |
803 |
[% ELSE %] |
803 |
<p> |
804 |
<div class="alert alert-success"> |
804 |
These commands are only suggestions! They are not a replacement for updatedatabase.pl!<br /> |
805 |
[% END %] |
805 |
Review the database, updatedatabase.pl, and kohastructure.sql before making any changes!<br /> |
806 |
<h3><strong>[% db_audit.title %]</strong></h3> |
806 |
</p> |
807 |
<p><pre>[% db_audit.message %]</pre><p> |
807 |
</div> |
|
|
808 |
<div> |
809 |
<p>Run the following SQL to fix the database:</p> |
810 |
<pre> |
811 |
<code>[% audit_diff | $raw %]</code> |
812 |
</pre> |
813 |
</div> |
808 |
</div> |
|
|
809 |
[% IF db_audit.diff_found %] |
810 |
<div> |
811 |
<p>Run the following SQL to fix the database:</p> |
812 |
<pre> |
813 |
<code>[% db_audit.diff | $raw %]</code> |
814 |
</pre> |
815 |
</div> |
816 |
[% END %] |
814 |
[% END # tab=database %] |
817 |
[% END # tab=database %] |
815 |
[% END %] |
818 |
[% END %] |
816 |
|
819 |
|