[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/admin aqbookfund.pl,1.1,1.2 aqbudget.pl,1.2,1.3 cat
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha/admin aqbookfund.pl,1.1,1.2 aqbudget.pl,1.2,1.3 categorie.pl,1.1,1.2 categoryitem.pl,1.1,1.2 currency.pl,1.1,1.2 itemtypes.pl,1.1,1.2 printers.pl,1.1,1.2 stopwords.pl,1.1,1.2 |
Date: |
Mon, 24 Jun 2002 11:40:59 -0700 |
Update of /cvsroot/koha/koha/admin
In directory usw-pr-cvs1:/tmp/cvs-serv17219
Modified Files:
aqbookfund.pl aqbudget.pl categorie.pl categoryitem.pl
currency.pl itemtypes.pl printers.pl stopwords.pl
Log Message:
Switched button-add-member to button-add-new in /admin/ scripts.
Index: aqbookfund.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/aqbookfund.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** aqbookfund.pl 5 Mar 2002 20:48:42 -0000 1.1
--- aqbookfund.pl 24 Jun 2002 18:40:56 -0000 1.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 >>');
}
! 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
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** aqbudget.pl 5 Apr 2002 03:09:18 -0000 1.2
--- aqbudget.pl 24 Jun 2002 18:40:56 -0000 1.3
***************
*** 257,261 ****
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
--- 257,261 ----
print mklink("$script_name?offset=".$nextpage,'Next >>');
}
! 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.2
diff -C2 -r1.1 -r1.2
*** categorie.pl 5 Mar 2002 20:48:42 -0000 1.1
--- categorie.pl 24 Jun 2002 18:40:56 -0000 1.2
***************
*** 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.2
diff -C2 -r1.1 -r1.2
*** categoryitem.pl 5 Mar 2002 20:48:42 -0000 1.1
--- categoryitem.pl 24 Jun 2002 18:40:56 -0000 1.2
***************
*** 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
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** currency.pl 5 Mar 2002 20:48:42 -0000 1.1
--- currency.pl 24 Jun 2002 18:40:56 -0000 1.2
***************
*** 248,252 ****
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
--- 248,252 ----
print mklink("$script_name?offset=".$nextpage,'Next >>');
}
! 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
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** itemtypes.pl 5 Mar 2002 20:48:42 -0000 1.1
--- itemtypes.pl 24 Jun 2002 18:40:56 -0000 1.2
***************
*** 272,276 ****
print mklink("$script_name?offset=".$nextpage,'Next >>');
}
! 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 >>');
}
! 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
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** printers.pl 5 Mar 2002 20:48:42 -0000 1.1
--- printers.pl 24 Jun 2002 18:40:56 -0000 1.2
***************
*** 239,243 ****
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
--- 239,243 ----
print mklink("$script_name?offset=".$nextpage,'Next >>');
}
! 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
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** stopwords.pl 5 Mar 2002 20:48:42 -0000 1.1
--- stopwords.pl 24 Jun 2002 18:40:56 -0000 1.2
***************
*** 228,232 ****
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
--- 228,232 ----
print mklink("$script_name?offset=".$nextpage,'Next >>');
}
! 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/admin aqbookfund.pl,1.1,1.2 aqbudget.pl,1.2,1.3 categorie.pl,1.1,1.2 categoryitem.pl,1.1,1.2 currency.pl,1.1,1.2 itemtypes.pl,1.1,1.2 printers.pl,1.1,1.2 stopwords.pl,1.1,1.2,
Steve Tonnesen <=
- Prev by Date:
[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
- Next by Date:
[Koha-cvs] CVS: koha-html/intranet-html/admin index.html,1.2,1.3
- Previous by thread:
[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
- Next by thread:
[Koha-cvs] CVS: koha-html/intranet-html/admin index.html,1.2,1.3
- Index(es):