minor html modifs & warn removed
authortipaul <tipaul>
Thu, 6 Nov 2003 10:18:33 +0000 (10:18 +0000)
committertipaul <tipaul>
Thu, 6 Nov 2003 10:18:33 +0000 (10:18 +0000)
insertdata.pl
koha-tmpl/intranet-tmpl/default/fr/newmember.tmpl
koha-tmpl/intranet-tmpl/default/fr/parameters/itemtypes.tmpl

index 061a29e..78223bf 100755 (executable)
@@ -104,7 +104,6 @@ if ($data{'categorycode'} eq 'A' || $data{'categorycode'} eq 'W'){
      }
 }
 
-warn $query;
   my $sth2=$dbh->prepare($query);
   $sth2->execute;
   $sth2->finish;
index 42fbec8..a1919db 100644 (file)
                </tr>
                <tr valign=top bgcolor="white" >
                        <td>
-                               <B>Téeacute;léeacute;phone</B>
+                               <B>T&eacute;l&eacute;phone</B>
                        </td>
                        <td>
                                <TMPL_VAR Name="altphone">
index 03d2265..ac088a9 100644 (file)
@@ -130,8 +130,8 @@ function Check(f) {
                <td background="<TMPL_VAR NAME='themelang'>/images/background-mem.gif"><b>Durée emprunt</b></td>
                <td background="<TMPL_VAR NAME='themelang'>/images/background-mem.gif"><b>Renouvelable</b></td>
                <td background="<TMPL_VAR NAME='themelang'>/images/background-mem.gif"><b>Coût</b></td>
-               <td background="<TMPL_VAR NAME='themelang'>/images/background-mem.gif">Modifier</td>
-               <td background="<TMPL_VAR NAME='themelang'>/images/background-mem.gif">Supprimer</td>
+               <td background="<TMPL_VAR NAME='themelang'>/images/background-mem.gif"><b>Modifier</b></td>
+               <td background="<TMPL_VAR NAME='themelang'>/images/background-mem.gif"><b>Supprimer</b></td>
        </tr>
        <TMPL_LOOP name="loop">
                <tr>
@@ -151,7 +151,7 @@ function Check(f) {
 <table width=40%>
        <tr>
                <td width="33%">
-                       <input type=submit class="button" value="Add Item Type" title="Add item type" alt="Add item type" >
+                       <input type=submit class="button" value="Ajout type exemplaires" title="Ajout type exemplaires" alt="Ajout type exemplaires" >
                </td>
                <td width=33%><TMPL_IF name="previous"><a href="<TMPL_VAR name=previous>"><input type=image src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/1leftarrow.png" title="previous" ALT="previous" BORDER=0></a></TMPL_IF></td>
                <td width=33%><TMPL_IF name="next"><a href="<TMPL_VAR name=next>"><input type=image src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/1rightarrow.png" title="next" ALT="next" BORDER=0></a></TMPL_IF></td>