Ticket #252 (new enhancement)
Watch Page (/content/video) : Change the View More tags location to be in the video description area
Reported by: | khaled | Owned by: | khaled |
---|---|---|---|
Priority: | major | Milestone: | Unattached Tickets |
Component: | standard platform | Version: | |
Severity: | New (Not Allocated) | Keywords: | |
Cc: |
Description
The View More tags, which control the expansion of the additional data section for associated content (typically video), should be moved into the video description area.
This control currently resides in a parent div along with the data section div. When activated, it expands the data section div height. This pushes the control downwards, via normal browser float behavior (DHTML). When the control is activated it changes the text content to read 'close' instead toggles the control to instead shirk the data section div height when clicked again.
To move the control will require a change to the View (video.phtml), the associated CSS (content_video, main) and the driving Javascript (content_video.js). If the placement of the 'close' control needs to be where it is also, then an additional control will need to be introduced.