mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-19 00:01:00 +08:00
ptgen not show individual fields on details page
This commit is contained in:
@@ -1157,7 +1157,7 @@ function get_external_tr($imdb_url = "")
|
||||
}
|
||||
$ptGen = new Nexus\PTGen\PTGen();
|
||||
$imdbNumber = parse_imdb_id($imdb_url);
|
||||
$y = $ptGen->buildInput("url", $imdbNumber ? "http://www.imdb.com/title/tt".parse_imdb_id($imdb_url) : "", $lang_functions['text_imdb_url_note'], $lang_functions['pt_gen_get_description']);
|
||||
$y = $ptGen->buildInput("url", $imdbNumber ? "http://www.imdb.com/title/tt".parse_imdb_id($imdb_url) : "", $lang_functions['text_imdb_url_note'], nexus_trans('ptgen.btn_get_desc'));
|
||||
return tr($lang_functions['row_imdb_url'], $y, 1);
|
||||
|
||||
// ($showextinfo['imdb'] == 'yes' ? tr($lang_functions['row_imdb_url'], "<input type=\"text\" style=\"width: 99%;\" name=\"url\" value=\"".($imdbNumber ? "http://www.imdb.com/title/tt".parse_imdb_id($imdb_url) : "")."\" /><br /><font class=\"medium\">".$lang_functions['text_imdb_url_note']."</font>", 1) : "");
|
||||
|
||||
Reference in New Issue
Block a user