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

Antoine Farnault antoine at koha-fr.org
Mon Jan 29 11:55:32 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	07/01/29 10:55:32

Modified files:
	koha-tmpl/intranet-tmpl/prog/en: intranet-main.tmpl 

Log message:
	replacing "mainbloc div" by "main div" according to intranet.css

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/intranet-main.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.9.2.6&r2=1.9.2.7

Patches:
Index: intranet-main.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/intranet-main.tmpl,v
retrieving revision 1.9.2.6
retrieving revision 1.9.2.7
diff -u -b -r1.9.2.6 -r1.9.2.7
--- intranet-main.tmpl	10 Oct 2006 13:58:59 -0000	1.9.2.6
+++ intranet-main.tmpl	29 Jan 2007 10:55:32 -0000	1.9.2.7
@@ -1,7 +1,11 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha Intranet Home<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
+    Koha Intranet Home
+<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 <!-- TMPL_INCLUDE NAME="menus.inc" -->
-<div id="mainbloc">
+
+<div id="main">
     <h1>Welcome to Koha</h1>
+    
         <!-- TMPL_IF name="koha_news_count" -->
             <p><!-- TMPL_VAR name="koha_news_count" --> recent news</p>
             <table>
@@ -17,4 +21,5 @@
             </table>
         <!-- /TMPL_IF -->
 </div>
+
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->





More information about the Koha-cvs mailing list