Skip to content

Commit

Permalink
Merge pull request #1613 from Dima73/pull
Browse files Browse the repository at this point in the history
  • Loading branch information
littlesat committed Apr 9, 2023
2 parents 60a52a2 + 0c3ac99 commit cee9c13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin/controllers/views/ajax/epgdialog.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ table { font-size:12px; font-family: Verdana,Arial,sans-serif;}
<tr>
<td class="panel ui-state-hover">
#if $moviedb == "Kinopoisk"
<a class="tb" target="_blank" href="http://www.kinopoisk.ru/index.php?first=no&kp_query=$quote($event.title)"><img src="../images/kinopoisk.png" style="width:24px; height:24px; margin:0px 3px 0px 0px" title="$tstrings['search_kinopoisk']" border="0"></a>
<a class="tb" target="_blank" href="http://www.kinopoisk.ru/index.php?first=no&kp_query=$event.title.replace('(18+)', '').replace('18+', '').replace('(16+)', '').replace('16+', '').replace('(12+)', '').replace('12+', '').replace('(7+)', '').replace('7+', '').replace('(6+)', '').replace('6+', '').replace('(0+)', '').replace('0+', '').replace('+', '')"><img src="../images/kinopoisk.png" style="width:24px; height:24px; margin:0px 3px 0px 0px" title="$tstrings['search_kinopoisk']" border="0"></a>
#elif $moviedb == "CSFD"
<a class="im tb" target="_blank" href="https://www.csfd.cz/hledat/?q=$event.title" title="$tstrings['search_csfd']">csfd</a>
#else
Expand Down
2 changes: 1 addition & 1 deletion plugin/controllers/views/ajax/epgpop.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ table { font-size:12px; font-family: Verdana,Arial,sans-serif;}
<tr>
<td class="panel ui-state-hover">
#if $moviedb == "Kinopoisk"
<a class="tb" target="_blank" href="http://www.kinopoisk.ru/index.php?first=no&kp_query=$quote($event.title)"><img src="../images/kinopoisk.png" style="width:24px; height:24px; margin:0px 3px 0px 0px" title="$tstrings['search_kinopoisk']" border="0"></a>
<a class="tb" target="_blank" href="http://www.kinopoisk.ru/index.php?first=no&kp_query=$event.title.replace('(18+)', '').replace('18+', '').replace('(16+)', '').replace('16+', '').replace('(12+)', '').replace('12+', '').replace('(7+)', '').replace('7+', '').replace('(6+)', '').replace('6+', '').replace('(0+)', '').replace('0+', '').replace('+', '')"><img src="../images/kinopoisk.png" style="width:24px; height:24px; margin:0px 3px 0px 0px" title="$tstrings['search_kinopoisk']" border="0"></a>
#elif $moviedb == "CSFD"
<a class="im tb" target="_blank" href="https://www.csfd.cz/hledat/?q=$event.title" title="$tstrings['search_csfd']">csfd</a>
#else
Expand Down
2 changes: 1 addition & 1 deletion plugin/controllers/views/ajax/event.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<tr>
<td>
#if $moviedb == "Kinopoisk"
<a class="tb" target="_blank" href="http://www.kinopoisk.ru/index.php?first=no&kp_query=$quote($event.title)"><img src="../images/kinopoisk.png" style="width:24px; height:24px; margin:0px 3px 0px 0px" title="$tstrings['search_kinopoisk']" border="0"></a>
<a class="tb" target="_blank" href="http://www.kinopoisk.ru/index.php?first=no&kp_query=$event.title.replace('(18+)', '').replace('18+', '').replace('(16+)', '').replace('16+', '').replace('(12+)', '').replace('12+', '').replace('(7+)', '').replace('7+', '').replace('(6+)', '').replace('6+', '').replace('(0+)', '').replace('0+', '').replace('+', '')"><img src="../images/kinopoisk.png" style="width:24px; height:24px; margin:0px 3px 0px 0px" title="$tstrings['search_kinopoisk']" border="0"></a>
#elif $moviedb == "CSFD"
<a class="tb im" target="_blank" href="https://www.csfd.cz/hledat/?q=$event.title" title="$tstrings['search_csfd']">csfd</a>
#else
Expand Down

0 comments on commit cee9c13

Please sign in to comment.