function theme_video_inprogress in Video 7
Same name and namespace in other branches
- 6.5 video_formatter.inc \theme_video_inprogress()
- 6.3 types/uploadfield/uploadfield_formatter.inc \theme_video_inprogress()
- 6.4 video_formatter.inc \theme_video_inprogress()
- 7.2 video.theme.inc \theme_video_inprogress()
Displays a "encoding in progress message"
1 theme call to theme_video_inprogress()
File
- ./
video.theme.inc, line 163
Code
function theme_video_inprogress() {
return '<div class="video-inprogress">' . t('This video is currently being processed. Please wait.') . '</div>';
}