mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
imdb input field width 99%
This commit is contained in:
@@ -1078,7 +1078,7 @@ function get_external_tr($imdb_url = "")
|
||||
global $lang_functions;
|
||||
global $showextinfo;
|
||||
$imdbNumber = parse_imdb_id($imdb_url);
|
||||
($showextinfo['imdb'] == 'yes' ? tr($lang_functions['row_imdb_url'], "<input type=\"text\" style=\"width: 100%;\" 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) : "");
|
||||
($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) : "");
|
||||
}
|
||||
|
||||
function get_torrent_extinfo_identifier($torrentid)
|
||||
|
||||
Reference in New Issue
Block a user