Skip to content

Commit

Permalink
Merge branch 'master' of github.com:slims/slims8_akasia
Browse files Browse the repository at this point in the history
Merge with updates.
  • Loading branch information
hendrowicaksono committed Jun 7, 2016
2 parents ea82846 + 93b5c67 commit 237195a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/modules/master_file/rda_cmc.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
$form->addTextField('text', 'name', __('Name').'*', $rec_d[$type.'_type'], 'style="width: 60%;"');
// marc leader code
$form->addTextField('text', 'code2', __('MARC Leader Code').'*', $rec_d['code2'], 'style="width: 20%;"');

// edit mode messagge
if ($form->edit_mode) {
echo '<div class="infoBox">'.__('You are going to edit '.$type.' data').' : <b>'.$rec_d[$type.'_type'].'</b> <br />'.__('Last Update').$rec_d['last_update'].'</div>'; //mfc
Expand Down Expand Up @@ -225,7 +225,7 @@
$datagrid->table_attr = 'align="center" id="dataList" cellpadding="5" cellspacing="0"';
$datagrid->table_header_attr = 'class="dataListHeader" style="font-weight: bold;"';
// set delete proccess URL
$datagrid->chbox_form_URL = $_SERVER['PHP_SELF'];
$datagrid->chbox_form_URL = $_SERVER['PHP_SELF'].'?type='.$type;

// put the result into variables
$datagrid_result = $datagrid->createDataGrid($dbs, $table_spec, 20, ($can_read AND $can_write));
Expand Down

0 comments on commit 237195a

Please sign in to comment.