Update viewtopic_attach.tpl

This commit is contained in:
Roman Kelesidis 2024-07-13 15:45:24 +07:00
parent d2ca67cf5f
commit afef879f1f

View File

@ -340,6 +340,7 @@ $('#tor-filelist-btn').click(function(){
margin: 0 2px; padding: 8px 6px; margin: 0 2px; padding: 8px 6px;
max-height: 284px; overflow: auto; max-height: 284px; overflow: auto;
} }
.tor-filelist-fullsize { max-height: unset !important; }
#tor-filelist i { color: #7A7A7A; padding-left: 4px; } #tor-filelist i { color: #7A7A7A; padding-left: 4px; }
#tor-filelist s { color: #0000FF; text-decoration: none; } #tor-filelist s { color: #0000FF; text-decoration: none; }
#tor-filelist .b > s { color: #800000; } #tor-filelist .b > s { color: #800000; }
@ -356,11 +357,14 @@ $('#tor-filelist-btn').click(function(){
<table class="w100 borderless" cellspacing="0" cellpadding="0"> <table class="w100 borderless" cellspacing="0" cellpadding="0">
<tr> <tr>
<td> <td>
<div id="tor-fl-treecontrol"> <div style="float: left;" id="tor-fl-treecontrol">
<a href="#">{L_COLLAPSE}</a>&middot; <a href="#">{L_COLLAPSE}</a>&middot;
<a href="#">{L_EXPAND}</a>&middot; <a href="#">{L_EXPAND}</a>&middot;
<a href="#">{L_SWITCH}</a> <a href="#">{L_SWITCH}</a>
</div> </div>
<div style="float: right; padding: 2px 0 4px;">
<a style="padding: 0 8px; font-size: 11px; text-decoration: none;" href="#" onclick="$('#tor-filelist').toggleClass('tor-filelist-fullsize'); return false;">{L_TOGGLE_WINDOW_FULL_SIZE}</a>
</div>
</td> </td>
</tr> </tr>
<tr> <tr>