'.
$this->oLang->texts['BOOK_ID'].':
';
if(!isset($this->aRow['book_ID'])){
$form .=
$this->oLang->texts['NUMBER'].':
';
}
$form .= $this->oLang->texts['TITLE'].':
'.
$this->oLang->texts['AUTHOR'].':
';
$form .= $this->oLang->texts['LOCATION'].':
';
echo $form;
?>