Icy Phoenix

     
 

Text Written In The Album Is On The Right

Text Written In The Album Is On The Right

Article
Reply with quote    Download Post  
Post Text Written In The Album Is On The Right 
 
I would know how you can do to make the text is reflected in the entire page, currently when you write something is on the right side and the left side is empty

sin_t_tulo



 
menorca - View user's profile Send private message  
menorca [ Thu 01 Aug, 2013 17:38 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


Text Written In The Album Is On The Right

Comments
Reply with quote    Download Post  
Post Re: Text Written In The Album Is On The Right 
 
You can just edit templates/default/album_showpage_body.tpl

Code: [Download] [Hide] [Select]
    <td class="row1">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr><td colspan="2" width="100%" align="center" valign="top"><span class="genmed">{EDIT}&nbsp;{DELETE}&nbsp;{LOCK}&nbsp;{MOVE}&nbsp;{COPY}</span></td></tr>
        <tr>
            <td width="50%" align="right" valign="top"><span class="genmed">{L_POSTER}:</span></td>
            <td width="50%" align="left" valign="top"><span class="genmed"><b>{POSTER}</b></span></td>
        </tr>
        <tr>
            <td valign="top" align="right"><span class="genmed">{L_PIC_TITLE}:</span></td>
            <td valign="top" align="left"><b><span class="genmed">{PIC_TITLE}</span></b></td>
        </tr>
        <tr>
            <td valign="top" align="right"><span class="genmed">{L_DOWNLOAD}:</span></td>
            <td valign="top" align="left"><a href="{U_PIC_DL}" class="genmed"><b>{PIC_TITLE}</b></a></td>
        </tr>
        <tr>
            <td valign="top" align="right"><span class="genmed">{L_PIC_DETAILS}:</span></td>
            <td valign="top" align="left"><b><span class="genmed">{L_PIC_ID}:&nbsp;{PIC_ID}&nbsp;-&nbsp;{L_PIC_TYPE}:&nbsp;{PIC_TYPE}&nbsp;-&nbsp;{L_PIC_SIZE}:&nbsp;{PIC_SIZE}</span></b></td>
        </tr>
        <tr>
            <td valign="top" align="right"><span class="genmed">{L_PIC_BBCODE}:</span></td>
            <td valign="top" align="left"><form name="select_all" action=""><input class="post" name="BBCode" size="50" maxlength="200" value="{PIC_BBCODE}" type="text" readonly="readonly" onclick="this.form.BBCode.focus();this.form.BBCode.select();" /></form></td>
        </tr>
        <tr>
            <td valign="top" align="right"><span class="genmed">{L_POSTED}:</span></td>
            <td valign="top" align="left"><b><span class="genmed">{PIC_TIME}</span></b></td>
        </tr>
        <tr>
            <td valign="top" align="right"><span class="genmed">{L_VIEW}:</span></td>
            <td valign="top" align="left"><b><span class="genmed">{PIC_VIEW}</span></b></td>
        </tr>
        <!-- BEGIN rate_switch -->
        <tr>
            <td valign="top" align="right"><span class="genmed">{L_RATING}:</span></td>
            <td valign="top" align="left">
                <span class="genmed"><b>{PIC_RATING}</b></span>
                <!-- BEGIN rate_row -->
                <form name="ratingform" action="{S_ALBUM_ACTION}" method="post" onsubmit="return checkFormRate();">
                    <select name="rating">
                        <option value="-1">{S_RATE_MSG}</option>
                        <!-- BEGIN rate_scale_row -->
                        <option value="{rate_switch.rate_row.rate_scale_row.POINT}">{rate_switch.rate_row.rate_scale_row.POINT}</option>
                        <!-- END rate_scale_row -->
                    </select>&nbsp;
                    <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" />
                </form>
                <!-- END rate_row -->
                <br />
            </td>
        </tr>
        <!-- END rate_switch -->
        <tr>
            <td valign="top" align="right"><span class="genmed">{L_PIC_DESC}:</span></td>
            <td valign="top" align="left"><div class="post-text">{PIC_DESC}</div></td>
        </tr>
        </table>
    </td>




 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Sat 10 Aug, 2013 19:01 ]
Reply with quote    Download Post  
Post Re: Text Written In The Album Is On The Right 
 
My interest is that the text is expanded.

 album_1376159128_312640



 
menorca - View user's profile Send private message  
menorca [ Sat 10 Aug, 2013 20:25 ]
Reply with quote    Download Post  
Post Re: Text Written In The Album Is On The Right 
 
you can try something like this
 asp

find
Code: [Download] [Hide] [Select]
<tr>
 <td valign="top" align="right"><span class="genmed">{L_PIC_DESC}:</span></td>
 <td valign="top" align="left"><div class="post-text">{PIC_DESC}</div></td>
 </tr>


replace with
Code: [Download] [Hide] [Select]
        <tr>
            <td valign="top" align="right"><span class="genmed">{L_PIC_DESC}:</span></td>
        </tr>
        <table>
        <tr>
            <td valign="top" align="left"><div class="post-text">{PIC_DESC}</div></td>
        </tr>
        </table>




 
Limun - View user's profile Send private message  
Limun [ Sun 11 Aug, 2013 08:25 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  Reply to topic  Page 1 of 1
 
 




 


 

  cron