Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Link to item pages in search results
  • Loading branch information
ElfQrin authored Apr 17, 2017
1 parent a6350dc commit cee8a6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dbshow.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ function fmtcheckbox($outfmt,$iid) {
break;
}
$ou.='<input type="checkbox" name="'.'selitem[]'.'" value="'.$iid.'" />';
$ou.=' '.'ID'.':'.$iid;
# $ou.=' '.'ID'.':'.$iid;
$ou.=' '.'<a href="'.'dbshowitem.php?action=edit&id='.$iid.'">'.'ID'.':'.$iid.'</a>';
if (auth_user('DEL1')) {
$ou.=' '.'<a href="'.'dbshow.php?action=edit&del='.$iid.'"';
if ($askc_del1) {$ou.=' onclick="javascript:return confirm(\''.'Are you sure?'.'\');" ';}
Expand Down

0 comments on commit cee8a6c

Please sign in to comment.