View | Details | Raw Unified | Return to bug 8061
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/right-to-left.css (-10 / +215 lines)
Lines 39-44 ul.toolbar, Link Here
39
   text-align: right;
39
   text-align: right;
40
}
40
}
41
41
42
#doc, #doc2, #doc3, #doc4, .yui-t1, .yui-t2, .yui-t3, .yui-t4, .yui-t5, .yui-t6, .yui-t7 {
43
    text-align: right;
44
}
45
42
#issuest th,
46
#issuest th,
43
.column-tool
47
.column-tool
44
{
48
{
Lines 64-77 fieldset.rows span.label, Link Here
64
fieldset.rows textarea,
68
fieldset.rows textarea,
65
ol.bibliodetails,
69
ol.bibliodetails,
66
ol.bibliodetails span.label,
70
ol.bibliodetails span.label,
67
p label,
68
span.required,
71
span.required,
69
#marcDocsSelect,
72
#marcDocsSelect,
70
#toplevelnav,
73
#toplevelnav,
71
.treeview .hitarea,
74
.treeview .hitarea,
72
.ui-tabs-nav li,
75
.ui-tabs-nav li,
73
.yui-g div.first,
76
.yui-g div.first,
74
.yui-g p,
75
.yui-gb div.first,
77
.yui-gb div.first,
76
.yui-gc div.first,
78
.yui-gc div.first,
77
.yui-gc div.first div.first,
79
.yui-gc div.first div.first,
Lines 102-110 div.sysprefs div.hint, Link Here
102
.yui-t1 #yui-main,
104
.yui-t1 #yui-main,
103
.yui-t2 #yui-main,
105
.yui-t2 #yui-main,
104
.yui-t3 #yui-main,
106
.yui-t3 #yui-main,
105
.yui-t1 #yui-main .yui-b
107
106
{
108
{
107
   float: left;
109
   float: right ;
110
}
111
.yui-t1 {
112
float:right
108
}
113
}
109
114
110
/* Adjust margins, padding, alignment and table-element widths */
115
/* Adjust margins, padding, alignment and table-element widths */
Lines 120-126 div.sysprefs div.hint, Link Here
120
.yui-t2 #yui-main .yui-b
125
.yui-t2 #yui-main .yui-b
121
{
126
{
122
   margin-left: 0;
127
   margin-left: 0;
123
   margin-right: 13em;
128
   /* karam margin-right: 13em; */
124
}
129
}
125
130
126
.treeview .hitarea
131
.treeview .hitarea
Lines 231-241 div.listgroup, Link Here
231
   line-height: 150%;
236
   line-height: 150%;
232
}
237
}
233
238
234
.yui-t1 .yui-b,
239
235
.yui-t2 .yui-b
236
{
237
   display:inline;
238
}
239
/* Borders */
240
/* Borders */
240
241
241
div#menu,
242
div#menu,
Lines 268-270 h1#logo, Link Here
268
{
269
{
269
   position: absolute;
270
   position: absolute;
270
}
271
}
272
273
/*
274
###############
275
new added for good rtl :
276
*/
277
.statictabs ul li {
278
    background: none repeat scroll 0px 0px rgb(230, 240, 242);
279
    border-top: 1px solid rgb(185, 216, 217);
280
    border-right: 1px solid rgb(185, 216, 217);
281
    border-left: 1px solid rgb(185, 216, 217);
282
    -moz-border-top-colors: none;
283
    -moz-border-right-colors: none;
284
    -moz-border-bottom-colors: none;
285
    -moz-border-left-colors: none;
286
    border-image: none;
287
    border-bottom: 0px none !important;
288
    border-top-right-radius: 4px;
289
    border-top-left-radius: 4px;
290
    float: right;
291
    list-style: none outside none;
292
    margin-bottom: 0px;
293
    margin-right: 0.4em;
294
    padding: 0px;
295
    position: relative;
296
    white-space: nowrap;
297
    top: 1px;
298
}
299
300
div.sysprefs div.hint {
301
    width: 25%;
302
    float: left;
303
    padding: 0.5em;
304
    margin: 0.7em;
305
}
306
div.subfield_line label {
307
    font-size: 89%;
308
    float: right;
309
    width: 16em;
310
    text-align: right;
311
    clear: right;
312
}
313
.yui-t3 #yui-main .yui-b {
314
    margin-left: -0.0759em;
315
}
316
317
#doc3 {
318
    background-position: right top;
319
}
320
321
.yui-gb{
322
    /* use this will break the tools page "" width: 30%;""*/
323
    float: right;
324
}
325
326
327
328
ul#toplevelmenu {
329
    padding: 0px;
330
    float: right;
331
}
332
.navbar .nav.pull-right {
333
    float: left;
334
    margin-right: 0px;
335
}
336
337
.navbar .nav > li {
338
    float: right;
339
}
340
#cartmenulink {
341
    background: url("../../img/cart-small.gif") no-repeat scroll right center transparent;
342
    padding-right: 15px;
343
}
344
345
346
347
.yui-g .yui-u, .yui-g .yui-g, .yui-g .yui-gb, .yui-g .yui-gc, .yui-g .yui-gd, .yui-g .yui-ge, .yui-g .yui-gf, .yui-gc .yui-u, .yui-gd .yui-g, .yui-g .yui-gc .yui-u, .yui-ge .yui-u, .yui-ge .yui-g, .yui-gf .yui-g, .yui-gf .yui-u {
348
    display: inline;
349
350
}
351
352
353
354
fieldset.action {
355
    float: right;
356
357
}
358
#yui-main .yui-b {
359
360
    width: auto;
361
}
362
363
/*Lable */
364
div.homeimage {
365
    background-attachment: scroll;
366
    background-color: transparent;
367
    background-image: url("../../img/label-creator-image.png");
368
    background-position: left top;
369
    background-repeat: no-repeat;
370
    min-width: 800px;
371
}
372
div.lci_01 {
373
    float: left;
374
    clear: left;
375
}
376
377
div.lci_02 {
378
    float: left;
379
    clear: left;
380
}
381
div.lci_03 {
382
    float: left;
383
    clear: left;
384
}
385
386
387
/***********************************************************/
388
389
390
#addbibliotabs .ui-tabs-panel {
391
    float: right;
392
}
393
394
/*for the tools main page */
395
.yui-gb .yui-u {
396
    float: left;
397
    margin-right: 2%;
398
    margin-left: 0%;
399
    width: 25%;
400
}
401
402
/*NEWS*/
403
div.yui-b {
404
    position: absolute;
405
}
406
div#yui-main{
407
float:left;
408
}
409
/*floating taps for marceditor and other taps plases */
410
.ui-tabs .ui-tabs-nav li {
411
    float: right;
412
}
413
/*this is about the shadow image in the pref sidbar */
414
div#menu li a {
415
    background: -moz-linear-gradient(right center , rgb(232, 240, 246) 0%, rgb(232, 240, 246) 96%, rgb(193, 193, 193) 100%) repeat scroll 0% 0% transparent; /*firefox 6*/
416
background: -webkit-gradient(linear, right top, right top, color-stop(0%,#e8f0f6), color-stop(96%,#e8f0f6), color-stop(100%,#c1c1c1)); /* Chrome,Safari4 */
417
    background: -webkit-linear-gradient(right, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Chrome10,Safari5.1 */
418
     background: -o-linear-gradient(right, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Opera11.10 */
419
   background: -ms-linear-gradient(right, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* IE10 */
420
       background: linear-gradient(right, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* W3C */
421
}
422
/*Z39 search botton */
423
424
#searchheader form.fz3950bigrpad {
425
    float: left;
426
}
427
/*check bocks*/
428
p label, {
429
    float: left;
430
}
431
432
/*the arrwos in pref.*/
433
h3.expanded {
434
    background: url("../../img/collapse.gif") no-repeat scroll right 6px transparent;
435
    cursor: pointer;
436
    padding-right: 12px;
437
}
438
h3.collapsed {
439
    background: url("../../img/expand.gif") no-repeat scroll right 6px transparent;
440
    cursor: pointer;
441
    padding-right: 12px;
442
443
}
444
.dropdown-menu {
445
    position: absolute;
446
    top: 100%;
447
    left: -25px;
448
    z-index: 1000;
449
    display: none;
450
    float: left;
451
    min-width: 160px;
452
    padding: 5px 0px;
453
    margin: 2px 0px 0px;
454
    list-style: none outside none;
455
    background-color: rgb(255, 255, 255);
456
    border: 1px solid rgba(0, 0, 0, 0.2);
457
    border-radius: 6px 6px 6px 6px;
458
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
459
    background-clip: padding-box;
460
}
461
462
463
/* */
464
465
div#yui-main {
466
467
    margin-right: 22em;
468
}
469
470
/* */
471
472
div#yui-main.sysprefs {
473
    margin-right: 0em;
474
    float: right;
475
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc (+3 lines)
Lines 9-14 Link Here
9
[% ELSE %]
9
[% ELSE %]
10
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/staff-global.css" />
10
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/staff-global.css" />
11
[% END %]
11
[% END %]
12
[% IF ( bidi ) %]
13
   <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />
14
[% END %]
12
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery.js"></script>
15
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery.js"></script>
13
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-ui.js"></script>
16
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-ui.js"></script>
14
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.hotkeys.min.js"></script>
17
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.hotkeys.min.js"></script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt (+3 lines)
Lines 6-11 Link Here
6
[% INCLUDE 'datatables-strings.inc' %]
6
[% INCLUDE 'datatables-strings.inc' %]
7
<script type="text/javascript" src="[% themelang %]/js/datatables.js"></script>
7
<script type="text/javascript" src="[% themelang %]/js/datatables.js"></script>
8
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/preferences.css" />
8
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/preferences.css" />
9
[% IF ( bidi ) %]
10
   <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />
11
[% END %]
9
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
12
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
10
<script type="text/javascript">
13
<script type="text/javascript">
11
//<![CDATA[
14
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt (+3 lines)
Lines 125-130 function confirmnotdup(redirect){ Link Here
125
//]]>
125
//]]>
126
</script>
126
</script>
127
<link type="text/css" rel="stylesheet" href="[% themelang %]/css/addbiblio.css" />
127
<link type="text/css" rel="stylesheet" href="[% themelang %]/css/addbiblio.css" />
128
[% IF ( bidi ) %]
129
   <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />
130
[% END %]
128
</head>
131
</head>
129
<body id="auth_authorities" class="auth">
132
<body id="auth_authorities" class="auth">
130
133
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-2 / +4 lines)
Lines 1-6 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Cataloging &rsaquo; [% IF ( biblionumber ) %]Editing [% title |html %] (Record number [% biblionumber %])[% ELSE %]Add MARC record[% END %]</title>
2
<title>Koha &rsaquo; Cataloging &rsaquo; [% IF ( biblionumber ) %]Editing [% title |html %] (Record number [% biblionumber %])[% ELSE %]Add MARC record[% END %]</title>
3
<link type="text/css" rel="stylesheet" href="[% themelang %]/css/addbiblio.css" />
4
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
5
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
4
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
6
<script type="text/javascript" src="[% themelang %]/js/cataloging.js"></script>
5
<script type="text/javascript" src="[% themelang %]/js/cataloging.js"></script>
Lines 287-293 function Changefwk(FwkList) { Link Here
287
286
288
//]]>
287
//]]>
289
</script>
288
</script>
290
289
<link type="text/css" rel="stylesheet" href="[% themelang %]/css/addbiblio.css" />
290
[% IF ( bidi ) %]
291
   <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />
292
[% END %]
291
</head>
293
</head>
292
<body id="cat_addbiblio" class="cat">
294
<body id="cat_addbiblio" class="cat">
293
295
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-2 / +4 lines)
Lines 1-6 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Cataloging &rsaquo; [% title |html %] [% IF ( author ) %] by [% author %][% END %] (Record #[% biblionumber %]) &rsaquo; Items</title>
2
<title>Koha &rsaquo; Cataloging &rsaquo; [% title |html %] [% IF ( author ) %] by [% author %][% END %] (Record #[% biblionumber %]) &rsaquo; Items</title>
3
<link type="text/css" rel="stylesheet" href="[% themelang %]/css/addbiblio.css" />
4
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
5
<script type="text/javascript" src="[% themelang %]/js/cataloging.js"></script>
4
<script type="text/javascript" src="[% themelang %]/js/cataloging.js"></script>
6
<script type="text/javascript">
5
<script type="text/javascript">
Lines 94-100 $(document).ready(function() { Link Here
94
});
93
});
95
//]]>
94
//]]>
96
</script>
95
</script>
97
96
<link type="text/css" rel="stylesheet" href="[% themelang %]/css/addbiblio.css" />
97
[% IF ( bidi ) %]
98
   <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />
99
[% END %]
98
</head>
100
</head>
99
<body id="cat_additem" class="cat">
101
<body id="cat_additem" class="cat">
100
[% INCLUDE 'header.inc' %]
102
[% INCLUDE 'header.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tt (-1 / +3 lines)
Lines 2-7 Link Here
2
    <title>Koha &rsaquo; Tools &rsaquo; Labels home</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Labels home</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/label.css" />
4
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/label.css" />
5
    [% IF ( bidi ) %]
6
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />
7
    [% END %]
5
</head>
8
</head>
6
<body id="labels_label-home" class="tools labels">
9
<body id="labels_label-home" class="tools labels">
7
    [% INCLUDE 'header.inc' %]
10
    [% INCLUDE 'header.inc' %]
8
- 

Return to bug 8061