Correct ids for responses temaplate in classic and larry skin (#6185)

pull/6190/head
johndoh 6 years ago committed by Aleksander Machniak
parent ea913da346
commit 3c47323eec

@ -27,6 +27,7 @@
}
#identities-table,
#responses-table,
#sections-table
{
width: 100%;
@ -34,6 +35,7 @@
}
#identities-table tbody tr td,
#responses-table tbody tr td,
#sections-table tbody tr td
{
cursor: default;
@ -66,7 +68,8 @@
#folder-box,
#prefs-box,
#identity-box
#identity-box,
#response-box
{
position: absolute;
top: 0;
@ -105,6 +108,7 @@
}
#identities-list,
#responses-list,
#folder-manager,
#sectionslist
{
@ -120,7 +124,8 @@
body.iframe,
#prefs-frame,
#folder-frame,
#identity-frame
#identity-frame,
#response-frame
{
background-color: #F2F2F2;
border: none;
@ -129,7 +134,8 @@ body.iframe,
#prefs-title,
#folder-title,
#identity-title
#identity-title,
#response-title
{
/* fixes issue where tabs were overlapping box title when scrolling */
z-index: 10;

@ -6,8 +6,8 @@
<script type="text/javascript" src="/functions.js"></script>
<script type="text/javascript" src="/splitter.js"></script>
<style type="text/css">
#identities-list { width: <roundcube:exp expression="!empty(cookie:identviewsplitter) ? cookie:identviewsplitter-5 : 295" />px; }
#identity-box { left: <roundcube:exp expression="!empty(cookie:identviewsplitter) ? cookie:identviewsplitter+5 : 305" />px; }
#responses-list { width: <roundcube:exp expression="!empty(cookie:identviewsplitter) ? cookie:identviewsplitter-5 : 295" />px; }
#response-box { left: <roundcube:exp expression="!empty(cookie:identviewsplitter) ? cookie:identviewsplitter+5 : 305" />px; }
</style>
</head>
@ -19,10 +19,10 @@
<div id="mainscreen">
<div id="identities-list">
<div id="identity-title" class="boxtitle"><roundcube:label name="responses" /></div>
<div id="responses-list">
<div id="response-title" class="boxtitle"><roundcube:label name="responses" /></div>
<div class="boxlistcontent">
<roundcube:object name="responsesList" id="identities-table" class="records-table" cellspacing="0" summary="Responses list" noheader="true" editIcon="" />
<roundcube:object name="responsesList" id="responses-table" class="records-table" cellspacing="0" summary="Responses list" noheader="true" editIcon="" />
</div>
<div class="boxfooter">
<roundcube:button command="add" type="link" title="addresponse" class="buttonPas addgroup" classAct="button addgroup" content=" " /><roundcube:button command="delete" type="link" title="delete" class="buttonPas delgroup" classAct="button delgroup" content=" " />
@ -30,12 +30,12 @@
</div>
<script type="text/javascript">
var identviewsplit = new rcube_splitter({id:'identviewsplitter', p1: 'identities-list', p2: 'identity-box', orientation: 'v', relative: true, start: 300 });
var identviewsplit = new rcube_splitter({id:'identviewsplitter', p1: 'responses-list', p2: 'response-box', orientation: 'v', relative: true, start: 300 });
rcmail.add_onload('identviewsplit.init()');
</script>
<div id="identity-box">
<roundcube:object name="responseframe" id="identity-frame" width="100%" height="100%" frameborder="0" src="/watermark.html" />
<div id="response-box">
<roundcube:object name="responseframe" id="response-frame" width="100%" height="100%" frameborder="0" src="/watermark.html" />
</div>
</div>

@ -245,7 +245,8 @@
}
#folderslist,
#identitieslist {
#identitieslist,
#responseslist {
position: absolute;
top: 0;
left: 0;
@ -253,7 +254,8 @@
bottom: 0;
}
#identities-table {
#identities-table,
#responses-table {
width: 100%;
table-layout: fixed;
}
@ -269,7 +271,8 @@
}
#folder-details,
#identity-details {
#identity-details,
#response-details {
position: absolute;
top: 0;
left: 272px;

@ -10,23 +10,23 @@
<div id="mainscreen" class="offset">
<h1 class="voice"><roundcube:label name="settings" /> : <roundcube:label name="identities" /></h1>
<h1 class="voice"><roundcube:label name="settings" /> : <roundcube:label name="responses" /></h1>
<roundcube:include file="/includes/settingstabs.html" />
<div id="settings-right" role="main" aria-labelledby="aria-label-responseslist">
<div id="identitieslist" class="uibox listbox">
<div id="responseslist" class="uibox listbox">
<h2 class="boxtitle" id="aria-label-responseslist"><roundcube:label name="responses" /></h2>
<div class="scroller withfooter">
<roundcube:object name="responsesList" id="identities-table" class="listing" cellspacing="0" noheader="true" role="listbox" />
<roundcube:object name="responsesList" id="responses-table" class="listing" cellspacing="0" noheader="true" role="listbox" />
</div>
<div class="boxfooter">
<roundcube:button command="add" type="link" title="newresponse" class="listbutton add disabled" classAct="listbutton add" innerClass="inner" label="addresponse" /><roundcube:button command="delete" type="link" title="delete" class="listbutton delete disabled" classAct="listbutton delete" innerClass="inner" label="delete" />
</div>
</div>
<div id="identity-details" class="uibox contentbox">
<div id="response-details" class="uibox contentbox">
<div class="iframebox">
<roundcube:object name="responseframe" id="preferences-frame" style="width:100%; height:100%" frameborder="0" src="/watermark.html" title="arialabelresonseeditfrom" />
</div>

@ -272,7 +272,7 @@ function rcube_mail_ui()
orientation:'v', relative:true, start:266, min:180, size:12 }).init();
}
else if (rcmail.env.action == 'responses') {
new rcube_splitter({ id:'responseviewsplitter', p1:'#identitieslist', p2:'#identity-details',
new rcube_splitter({ id:'responseviewsplitter', p1:'#responseslist', p2:'#response-details',
orientation:'v', relative:true, start:266, min:180, size:12 }).init();
}
else if (rcmail.env.action == 'preferences' || !rcmail.env.action) {

Loading…
Cancel
Save