koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/admin aqbookfund.pl,1.1.2.1,1.1.2.2 aqbudget.pl,1.2


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/admin aqbookfund.pl,1.1.2.1,1.1.2.2 aqbudget.pl,1.2.2.1,1.2.2.2 branches.pl,1.1.2.2,1.1.2.3 categorie.pl,1.1,1.1.2.1 categoryitem.pl,1.1,1.1.2.1 currency.pl,1.1.2.1,1.1.2.2 itemtypes.pl,1.1.2.1,1.1.2.2 printers.pl,1.1.2.1,1.1.2.2 stopwords.pl,1.1.2.1,1.1.2.2 systempreferences.pl,1.1.2.1,1.1.2.2
Date: Mon, 24 Jun 2002 11:38:39 -0700

Update of /cvsroot/koha/koha/admin
In directory usw-pr-cvs1:/tmp/cvs-serv15943

Modified Files:
      Tag: rel-1-2
        aqbookfund.pl aqbudget.pl branches.pl categorie.pl 
        categoryitem.pl currency.pl itemtypes.pl printers.pl 
        stopwords.pl systempreferences.pl 
Log Message:
Switched from "Add New Members" to "Add New" graphic.


Index: aqbookfund.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/aqbookfund.pl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** aqbookfund.pl       21 Jun 2002 01:29:37 -0000      1.1.2.1
--- aqbookfund.pl       24 Jun 2002 18:38:36 -0000      1.1.2.2
***************
*** 250,254 ****
                print mklink("$script_name?offset=".$nextpage,'Next >>');
        }
!       print "<br><input type=image src=\"/images/button-add-member.gif\"  
WIDTH=188  HEIGHT=44  ALT=\"Add budget\" BORDER=0 ></a><br>";
        print "</form>";
  } #---- END $OP eq DEFAULT
--- 250,254 ----
                print mklink("$script_name?offset=".$nextpage,'Next &gt;&gt;');
        }
!       print "<br><input type=image src=\"/images/button-add-new.gif\"  
WIDTH=188  HEIGHT=44  ALT=\"Add budget\" BORDER=0 ></a><br>";
        print "</form>";
  } #---- END $OP eq DEFAULT

Index: aqbudget.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/aqbudget.pl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** aqbudget.pl 21 Jun 2002 01:29:37 -0000      1.2.2.1
--- aqbudget.pl 24 Jun 2002 18:38:36 -0000      1.2.2.2
***************
*** 257,261 ****
                print mklink("$script_name?offset=".$nextpage,'Next &gt;&gt;');
        }
!       print "<br><input type=image src=\"/images/button-add-member.gif\"  
WIDTH=188  HEIGHT=44  ALT=\"Add budget\" BORDER=0 ></a><br>";
        print "</form>";
  } #---- END $OP eq DEFAULT
--- 257,261 ----
                print mklink("$script_name?offset=".$nextpage,'Next &gt;&gt;');
        }
!       print "<br><input type=image src=\"/images/button-add-new.gif\"  
WIDTH=188  HEIGHT=44  ALT=\"Add budget\" BORDER=0 ></a><br>";
        print "</form>";
  } #---- END $OP eq DEFAULT

Index: branches.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/branches.pl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** branches.pl 23 Jun 2002 21:18:56 -0000      1.1.2.2
--- branches.pl 24 Jun 2002 18:38:36 -0000      1.1.2.3
***************
*** 274,278 ****
                print mklink("$script_name?offset=".$nextpage,'Next &gt;&gt;');
        }
!       print "<br><input type=image src=\"/images/button-add-member.gif\"  
WIDTH=188  HEIGHT=44  ALT=\"Add budget\" BORDER=0 ></a><br>";
        print "</form>";
  } #---- END $OP eq DEFAULT
--- 274,278 ----
                print mklink("$script_name?offset=".$nextpage,'Next &gt;&gt;');
        }
!       print "<br><input type=image src=\"/images/button-add-new.gif\"  
WIDTH=188  HEIGHT=44  ALT=\"Add budget\" BORDER=0 ></a><br>";
        print "</form>";
  } #---- END $OP eq DEFAULT

Index: categorie.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/categorie.pl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** categorie.pl        5 Mar 2002 20:48:42 -0000       1.1
--- categorie.pl        24 Jun 2002 18:38:36 -0000      1.1.2.1
***************
*** 267,271 ****
        <form action='$script_name' method=post>
        <input type=hidden name=op value=add_form>
!       <input type=image src="/images/button-add-member.gif"  WIDTH=188  
HEIGHT=44  ALT="Add Category" BORDER=0 ></a><br>
        </form>
  printend
--- 267,271 ----
        <form action='$script_name' method=post>
        <input type=hidden name=op value=add_form>
!       <input type=image src="/images/button-add-new.gif"  WIDTH=188  
HEIGHT=44  ALT="Add Category" BORDER=0 ></a><br>
        </form>
  printend

Index: categoryitem.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/categoryitem.pl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** categoryitem.pl     5 Mar 2002 20:48:42 -0000       1.1
--- categoryitem.pl     24 Jun 2002 18:38:36 -0000      1.1.2.1
***************
*** 268,272 ****
        <form action='$script_name' method=post>
        <input type=hidden name=op value=add_form>
!       <input type=image src="/images/button-add-member.gif"  WIDTH=188  
HEIGHT=44  ALT="Add Category" BORDER=0 ></a><br>
        </form>
  printend
--- 268,272 ----
        <form action='$script_name' method=post>
        <input type=hidden name=op value=add_form>
!       <input type=image src="/images/button-add-new.gif"  WIDTH=188  
HEIGHT=44  ALT="Add Category" BORDER=0 ></a><br>
        </form>
  printend

Index: currency.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/currency.pl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** currency.pl 21 Jun 2002 01:29:37 -0000      1.1.2.1
--- currency.pl 24 Jun 2002 18:38:36 -0000      1.1.2.2
***************
*** 248,252 ****
                print mklink("$script_name?offset=".$nextpage,'Next &gt;&gt;');
        }
!       print "<br><input type=image src=\"/images/button-add-member.gif\"  
WIDTH=188  HEIGHT=44  ALT=\"Add budget\" BORDER=0 ></a><br>";
        print "</form>";
  } #---- END $OP eq DEFAULT
--- 248,252 ----
                print mklink("$script_name?offset=".$nextpage,'Next &gt;&gt;');
        }
!       print "<br><input type=image src=\"/images/button-add-new.gif\"  
WIDTH=188  HEIGHT=44  ALT=\"Add budget\" BORDER=0 ></a><br>";
        print "</form>";
  } #---- END $OP eq DEFAULT

Index: itemtypes.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/itemtypes.pl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** itemtypes.pl        21 Jun 2002 01:29:37 -0000      1.1.2.1
--- itemtypes.pl        24 Jun 2002 18:38:36 -0000      1.1.2.2
***************
*** 272,276 ****
                print mklink("$script_name?offset=".$nextpage,'Next &gt;&gt;');
        }
!       print "<br><input type=image src=\"/images/button-add-member.gif\"  
WIDTH=188  HEIGHT=44  ALT=\"Add itemtype\" BORDER=0 ></a><br>";
        print "</form>";
  } #---- END $OP eq DEFAULT
--- 272,276 ----
                print mklink("$script_name?offset=".$nextpage,'Next &gt;&gt;');
        }
!       print "<br><input type=image src=\"/images/button-add-new.gif\"  
WIDTH=188  HEIGHT=44  ALT=\"Add itemtype\" BORDER=0 ></a><br>";
        print "</form>";
  } #---- END $OP eq DEFAULT

Index: printers.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/printers.pl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** printers.pl 21 Jun 2002 01:29:37 -0000      1.1.2.1
--- printers.pl 24 Jun 2002 18:38:36 -0000      1.1.2.2
***************
*** 239,243 ****
                print mklink("$script_name?offset=".$nextpage,'Next &gt;&gt;');
        }
!       print "<br><input type=image src=\"/images/button-add-member.gif\"  
WIDTH=188  HEIGHT=44  ALT=\"Add budget\" BORDER=0 ></a><br>";
        print "</form>";
  } #---- END $OP eq DEFAULT
--- 239,243 ----
                print mklink("$script_name?offset=".$nextpage,'Next &gt;&gt;');
        }
!       print "<br><input type=image src=\"/images/button-add-new.gif\"  
WIDTH=188  HEIGHT=44  ALT=\"Add budget\" BORDER=0 ></a><br>";
        print "</form>";
  } #---- END $OP eq DEFAULT

Index: stopwords.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/stopwords.pl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** stopwords.pl        21 Jun 2002 01:29:37 -0000      1.1.2.1
--- stopwords.pl        24 Jun 2002 18:38:36 -0000      1.1.2.2
***************
*** 228,232 ****
                print mklink("$script_name?offset=".$nextpage,'Next &gt;&gt;');
        }
!       print "<br><input type=image src=\"/images/button-add-member.gif\"  
WIDTH=188  HEIGHT=44  ALT=\"Add budget\" BORDER=0 ></a><br>";
        print "</form>";
  } #---- END $OP eq DEFAULT
--- 228,232 ----
                print mklink("$script_name?offset=".$nextpage,'Next &gt;&gt;');
        }
!       print "<br><input type=image src=\"/images/button-add-new.gif\"  
WIDTH=188  HEIGHT=44  ALT=\"Add budget\" BORDER=0 ></a><br>";
        print "</form>";
  } #---- END $OP eq DEFAULT

Index: systempreferences.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/systempreferences.pl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** systempreferences.pl        21 Jun 2002 01:29:37 -0000      1.1.2.1
--- systempreferences.pl        24 Jun 2002 18:38:36 -0000      1.1.2.2
***************
*** 239,243 ****
                print mklink("$script_name?offset=".$nextpage,'Next &gt;&gt;');
        }
!       print "<br><input type=image src=\"/images/button-add-member.gif\"  
WIDTH=188  HEIGHT=44  ALT=\"Add budget\" BORDER=0 ></a><br>";
        print "</form>";
  } #---- END $OP eq DEFAULT
--- 239,243 ----
                print mklink("$script_name?offset=".$nextpage,'Next &gt;&gt;');
        }
!       print "<br><input type=image src=\"/images/button-add-new.gif\"  
WIDTH=188  HEIGHT=44  ALT=\"Add budget\" BORDER=0 ></a><br>";
        print "</form>";
  } #---- END $OP eq DEFAULT




reply via email to

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