Changeset 1096
- Timestamp:
- 10/06/08 01:41:37 (2 months ago)
- Files:
-
- trunk/swisscenter/lang/en/en.xml (modified) (1 diff)
- trunk/swisscenter/tv_episode_selected.php (modified) (1 diff)
- trunk/swisscenter/video_selected.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/swisscenter/lang/en/en.xml
r1095 r1096 2223 2223 </string> 2224 2224 <string> 2225 <id>MORE</id> 2226 <text>[more]</text> 2227 <version>1.21.1</version> 2228 </string> 2229 <string> 2225 2230 <id>MOVIE_ADD_BUTTON</id> 2226 2231 <text>Add/Update details</text> trunk/swisscenter/tv_episode_selected.php
r1050 r1096 30 30 $text = shorten($info["SYNOPSIS"],$synlen); 31 31 if (strlen($text) != strlen($info["SYNOPSIS"])) 32 $text = $text.' <a href="/video_synopsis.php?media_type='.MEDIA_TYPE_TV.'&file_id='.$tv.'">'.font_colour_tags('PAGE_TEXT_BOLD_COLOUR', '[more]').'</a>';32 $text = $text.' <a href="/video_synopsis.php?media_type='.MEDIA_TYPE_TV.'&file_id='.$tv.'">'.font_colour_tags('PAGE_TEXT_BOLD_COLOUR',str('MORE')).'</a>'; 33 33 } 34 34 else trunk/swisscenter/video_selected.php
r1095 r1096 31 31 $text = shorten($info["SYNOPSIS"],$synlen); 32 32 if (strlen($text) != strlen($info["SYNOPSIS"])) 33 $text = $text.' <a href="/video_synopsis.php?media_type='.MEDIA_TYPE_VIDEO.'&file_id='.$movie.'">'.font_colour_tags('PAGE_TEXT_BOLD_COLOUR', '[more]').'</a>';33 $text = $text.' <a href="/video_synopsis.php?media_type='.MEDIA_TYPE_VIDEO.'&file_id='.$movie.'">'.font_colour_tags('PAGE_TEXT_BOLD_COLOUR',str('MORE')).'</a>'; 34 34 } 35 35 else