|
From: Jon O. <jon...@us...> - 2008-07-01 21:50:35
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv448/pafiledb/modules Modified Files: pa_file.php Log Message: image buttons minor bugfixes cleanup Index: pa_file.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_file.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** pa_file.php 3 Jun 2008 20:17:09 -0000 1.26 --- pa_file.php 1 Jul 2008 21:50:32 -0000 1.27 *************** *** 236,239 **** --- 236,243 ---- 'RATE_IMG' => $rate_img, 'U_RATE' => mx_append_sid( $this->this_mxurl( 'action=rate&file_id=' . $file_id ) ), + + // Buttons + 'B_RATE_IMG' => $mx_user->create_button('pa_rate', $lang['Rate'], mx_append_sid( $this->this_mxurl( 'action=rate&file_id=' . $file_id ) )), + )); } |