From 44288fcb7808b82f8c2963667866c275d88aea5b Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Thu, 23 Mar 2023 22:05:26 +0900 Subject: [PATCH] Fix #2094 remove page and message_type parameters from links in communication module skin --- .../m.skins/default/message_box.html | 2 +- .../communication/m.skins/default/messages.html | 4 ++-- .../m.skins/default/read_message.html | 2 +- .../skins/default/common_header.html | 2 +- .../skins/default/css/communication.css | 17 +++++++++-------- .../communication/skins/default/messages.html | 2 +- 6 files changed, 15 insertions(+), 14 deletions(-) diff --git a/modules/communication/m.skins/default/message_box.html b/modules/communication/m.skins/default/message_box.html index e3cc0c69a..8e4afe05b 100644 --- a/modules/communication/m.skins/default/message_box.html +++ b/modules/communication/m.skins/default/message_box.html @@ -5,7 +5,7 @@ diff --git a/modules/communication/m.skins/default/messages.html b/modules/communication/m.skins/default/messages.html index 19b20461c..6ae13d202 100644 --- a/modules/communication/m.skins/default/messages.html +++ b/modules/communication/m.skins/default/messages.html @@ -4,12 +4,12 @@
- + {$page} / {$page_navigation->last_page}
diff --git a/modules/communication/m.skins/default/read_message.html b/modules/communication/m.skins/default/read_message.html index c9b487d0b..da822eb1f 100644 --- a/modules/communication/m.skins/default/read_message.html +++ b/modules/communication/m.skins/default/read_message.html @@ -14,7 +14,7 @@
- {$lang->cmd_list} + {$lang->cmd_list} {$lang->cmd_delete} {$lang->cmd_reply_message}
diff --git a/modules/communication/skins/default/common_header.html b/modules/communication/skins/default/common_header.html index 8e504c290..5e09e7e9b 100644 --- a/modules/communication/skins/default/common_header.html +++ b/modules/communication/skins/default/common_header.html @@ -3,6 +3,6 @@
diff --git a/modules/communication/skins/default/css/communication.css b/modules/communication/skins/default/css/communication.css index 0ad29454a..1355dc05b 100644 --- a/modules/communication/skins/default/css/communication.css +++ b/modules/communication/skins/default/css/communication.css @@ -84,11 +84,11 @@ .xc input[type="file"]:focus, .xc input[type="radio"]:focus, .xc input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px} -.xc input:-moz-placeholder, +.xc input:-moz-placeholder, .xc textarea:-moz-placeholder {color:#999999} -.xc input:-ms-input-placeholder, +.xc input:-ms-input-placeholder, .xc textarea:-ms-input-placeholder {color:#999999} -.xc input::-webkit-input-placeholder, +.xc input::-webkit-input-placeholder, .xc textarea::-webkit-input-placeholder {color:#999999} .xc input, .xc textarea{margin-left:0} @@ -102,11 +102,11 @@ .xc input[type="checkbox"][disabled], .xc input[type="radio"][readonly], .xc input[type="checkbox"][readonly]{background-color:transparent} -.xc input:focus:invalid, -.xc textarea:focus:invalid, +.xc input:focus:invalid, +.xc textarea:focus:invalid, .xc select:focus:invalid {color:#b94a48;border-color:#ee5f5b} -.xc input:focus:invalid:focus, -.xc textarea:focus:invalid:focus, +.xc input:focus:invalid:focus, +.xc textarea:focus:invalid:focus, .xc select:focus:invalid:focus {border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;-moz-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7} /* Forms */ .xc .form-horizontal .control-group{margin-bottom:20px;*zoom:1} @@ -241,6 +241,7 @@ .xc textarea, .xc select, .xc button, +.xc a.btn, .xc table{font-size:13px} .xc h1{font-size:22px} .xc .nav a, @@ -249,4 +250,4 @@ .xc .table>caption{text-align:left;font-weight:bold} .xc .table>caption>.pull-right{position:relative;top:-8px} .xc .control-group:first-child, -.xc .control-group:first-of-type{border-top:0} \ No newline at end of file +.xc .control-group:first-of-type{border-top:0} diff --git a/modules/communication/skins/default/messages.html b/modules/communication/skins/default/messages.html index 7ad2fb4c8..9226d71f1 100644 --- a/modules/communication/skins/default/messages.html +++ b/modules/communication/skins/default/messages.html @@ -4,7 +4,7 @@
- + {$val}