Skip to content

Commit 7bef396

Browse files
committed
v1.2
Save Contact Form 7 Files ( Upload files to WP.Media )
1 parent 245880c commit 7bef396

File tree

12 files changed

+328
-234
lines changed

12 files changed

+328
-234
lines changed

assets/css/backend.css

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ pre::nth-line(n)::before {
120120
margin-right: -20px !important;
121121
}
122122

123-
[dir=ltr] .jconfirm-box {
123+
[dir=rtl] .jconfirm-box {
124124
font-family: bodyfont !important;
125125
}
126126

@@ -296,3 +296,27 @@ tr.highlight {
296296
.dark-edition tr.highlight {
297297
background: #f2f287 !important;
298298
}
299+
300+
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
301+
min-width: 150px;
302+
}
303+
304+
305+
[dir=rtl] table.dataTable thead .sorting,
306+
[dir=rtl] table.dataTable thead .sorting_desc,
307+
[dir=rtl] table.dataTable thead .sorting_asc {
308+
background-position: left;
309+
}
310+
311+
pre {
312+
overflow-x: auto;
313+
white-space: pre-wrap;
314+
white-space: -moz-pre-wrap;
315+
white-space: -pre-wrap;
316+
white-space: -o-pre-wrap;
317+
word-wrap: break-word;
318+
}
319+
320+
th.th-action {
321+
width: 70px !important;
322+
}

assets/css/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

assets/images/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

assets/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

assets/js/backend.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
(function($) {
22
$(document).ready(function() {
3-
console.log("ss");
43
var export_title = _i18n.str2,
54
export_title_html = "<style>h1{text-align: center !important;}body{padding: 1rem;}</style><h2 align='center'>"+_i18n.str1+"</span></h2>",
65
export_subtitle = _i18n.str3,
@@ -174,7 +173,10 @@
174173
columns: "thead th:not(.noExport)"
175174
},
176175
},
177-
'colvis'
176+
{
177+
extend: 'colvis',
178+
text: _i18n.tbl177,}
179+
178180
]
179181
});
180182
table.on('draw', function() {
@@ -192,6 +194,7 @@
192194
boxWidth: '600px',
193195
icon: 'fas fa-trash-alt',
194196
closeIcon: true,
197+
type: "red",
195198
animation: 'scale',
196199
buttons: {
197200
no: {
@@ -268,6 +271,7 @@
268271
boxWidth: '600px',
269272
icon: 'fas fa-trash-alt',
270273
closeIcon: true,
274+
type: "red",
271275
animation: 'scale',
272276
buttons: {
273277
no: {

assets/js/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

languages/cf7db-fa_IR.mo

65 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)