koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/installer ... [rel_3_0]


From: Ryan Higgins
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/installer ... [rel_3_0]
Date: Sun, 04 Mar 2007 21:48:23 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Ryan Higgins <rych>     07/03/04 21:48:23

Modified files:
        koha-tmpl/intranet-tmpl/prog/en/installer: step3.tmpl 

Log message:
        Fix step after database creation

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/installer/step3.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.2&r2=1.1.2.3

Patches:
Index: step3.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/installer/Attic/step3.tmpl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- step3.tmpl  4 Mar 2007 20:57:27 -0000       1.1.2.2
+++ step3.tmpl  4 Mar 2007 21:48:23 -0000       1.1.2.3
@@ -139,16 +139,26 @@
     </p>
   </p>
 <!--/TMPL_IF-->
+
+<!--TMPL_IF Name="importdatastructure"-->
+       <!--TMPL_IF Name="error"-->
+               <p>The following error occcurred while importing the database 
structure:</p>
+               <p class="error"><!-- TMPL_VAR NAME="error" --> </p>
+               <p>Please contact your system administrator</p>
+       <!-- TMPL_ELSE -->
+  <h2 align="center">Success</h2>
+  <ul>
+  <li>Database tables created</li>
+  </ul>
+               <a href="install.pl?step=3" class="button">Click here</a> to 
continue.
+       <!-- /TMPL_IF -->
+<!--/TMPL_IF-->
 <!--TMPL_IF Name="proposeimport"-->
   <p>Now we're ready to create the database tables and fill them with some 
default data.</p>
 <a href="install.pl?step=3&amp;op=importdatastructure" class="button">Click 
here</a> to continue.
 
 <!--/TMPL_IF-->
 <!--TMPL_IF Name="default"-->
-  <h2 align="center">Success</h2>
-  <ul>
-  <li>Database tables created</li>
-  </ul>
 
 You can now <a href="install.pl?step=3&amp;op=updatestructure" 
class="button">update your database</a>
 structure to the latest version if you are upgrading from a previous version 
of Koha.
@@ -166,7 +176,7 @@
   <!--TMPL_ELSE-->
     <p>Everything went OK.</p>
   <!--/TMPL_IF-->
-<a href="install.pl?step=3&amp;op=selectframeworks" class="button">Nex Step is 
Framework Selection</a>
+<a href="install.pl?step=3&amp;op=selectframeworks" class="button">Continue to 
Framework Selection</a>
   </div>
 <!--/TMPL_IF-->
 </body>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]