Commit d66ade2270de21689e89bc7953e87fbf039c6c63

Authored by nbm
1 parent f517de9e

Move to auto-generated PNG files from generate-button.php


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2966 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 71 changed files with 35 additions and 35 deletions
graphics/widgets/add.gif deleted

152 Bytes

graphics/widgets/add.png 0 → 100644

325 Bytes

graphics/widgets/addcomment.gif deleted

298 Bytes

graphics/widgets/addcomment.png 0 → 100644

708 Bytes

graphics/widgets/approve.gif deleted

192 Bytes

graphics/widgets/approve.png 0 → 100644

634 Bytes

graphics/widgets/archive.gif deleted

197 Bytes

graphics/widgets/archive.png 0 → 100644

561 Bytes

graphics/widgets/assign.gif deleted

168 Bytes

graphics/widgets/assign.png 0 → 100644

587 Bytes

graphics/widgets/back.gif deleted

150 Bytes

graphics/widgets/back.png 0 → 100644

517 Bytes

graphics/widgets/begin.gif deleted

156 Bytes

graphics/widgets/begin.png 0 → 100644

414 Bytes

graphics/widgets/browse.gif deleted

222 Bytes

graphics/widgets/browse.png 0 → 100644

753 Bytes

graphics/widgets/cancel.gif deleted

168 Bytes

graphics/widgets/cancel.png 0 → 100644

460 Bytes

graphics/widgets/checkin.gif deleted

198 Bytes

graphics/widgets/checkin.png 0 → 100644

435 Bytes

graphics/widgets/checkout.gif deleted

200 Bytes

graphics/widgets/checkout.png 0 → 100644

541 Bytes

graphics/widgets/delete.gif deleted

160 Bytes

graphics/widgets/delete.png 0 → 100644

263 Bytes

graphics/widgets/done.gif deleted

152 Bytes

graphics/widgets/done.png 0 → 100644

400 Bytes

graphics/widgets/download.gif deleted

247 Bytes

graphics/widgets/download.png 0 → 100644

728 Bytes

graphics/widgets/edit.gif deleted

152 Bytes

graphics/widgets/edit.png 0 → 100644

235 Bytes

graphics/widgets/email.gif deleted

152 Bytes

graphics/widgets/email.png 0 → 100644

352 Bytes

graphics/widgets/expunge.gif deleted

212 Bytes

graphics/widgets/expunge.png 0 → 100644

580 Bytes

graphics/widgets/move.gif deleted

137 Bytes

graphics/widgets/move.png 0 → 100644

469 Bytes

graphics/widgets/movehere.gif deleted

230 Bytes

graphics/widgets/movehere.png 0 → 100644

599 Bytes

graphics/widgets/new.gif deleted

239 Bytes

graphics/widgets/new.png 0 → 100644

414 Bytes

graphics/widgets/next.gif deleted

149 Bytes

graphics/widgets/next.png 0 → 100644

384 Bytes

graphics/widgets/publish.gif deleted

150 Bytes

graphics/widgets/publish.png 0 → 100644

509 Bytes

graphics/widgets/reject.gif deleted

185 Bytes

graphics/widgets/reject.png 0 → 100644

388 Bytes

graphics/widgets/remove.gif deleted

154 Bytes

graphics/widgets/remove.png 0 → 100644

563 Bytes

graphics/widgets/reply.gif deleted

216 Bytes

graphics/widgets/reply.png 0 → 100644

375 Bytes

graphics/widgets/reset.gif deleted

176 Bytes

graphics/widgets/reset.png 0 → 100644

408 Bytes

graphics/widgets/restore.gif deleted

196 Bytes

graphics/widgets/restore.png 0 → 100644

519 Bytes

graphics/widgets/restorehere.gif deleted

240 Bytes

graphics/widgets/restorehere.png 0 → 100644

582 Bytes

graphics/widgets/search.gif deleted

192 Bytes

graphics/widgets/search.png 0 → 100644

589 Bytes

graphics/widgets/select.gif deleted

162 Bytes

graphics/widgets/select.png 0 → 100644

404 Bytes

graphics/widgets/submit.gif deleted

228 Bytes

graphics/widgets/submit.png 0 → 100644

503 Bytes

graphics/widgets/subscribe.gif deleted

188 Bytes

graphics/widgets/subscribe.png 0 → 100644

626 Bytes

graphics/widgets/unsubscribe.gif deleted

203 Bytes

graphics/widgets/unsubscribe.png 0 → 100644

706 Bytes

graphics/widgets/update.gif deleted

168 Bytes

graphics/widgets/update.png 0 → 100644

477 Bytes

graphics/widgets/updatePassword.gif deleted

264 Bytes

graphics/widgets/updatePassword.png 0 → 100644

1.02 KB

presentation/Html.inc
@@ -83,112 +83,112 @@ function imgSrc($sImage) { @@ -83,112 +83,112 @@ function imgSrc($sImage) {
83 83
84 class KTHtml { 84 class KTHtml {
85 function getAddButton() { 85 function getAddButton() {
86 - return imgSrc('widgets/add.gif'); 86 + return imgSrc('widgets/add.png');
87 } 87 }
88 function getCancelButton() { 88 function getCancelButton() {
89 - return imgSrc('widgets/cancel.gif'); 89 + return imgSrc('widgets/cancel.png');
90 } 90 }
91 function getLoginButton() { 91 function getLoginButton() {
92 return imgSrc('icons/login.jpg'); 92 return imgSrc('icons/login.jpg');
93 } 93 }
94 function getNextButton() { 94 function getNextButton() {
95 - return imgSrc('widgets/next.gif'); 95 + return imgSrc('widgets/next.png');
96 } 96 }
97 function getBackButton() { 97 function getBackButton() {
98 - return imgSrc('widgets/back.gif'); 98 + return imgSrc('widgets/back.png');
99 } 99 }
100 function getAddCommentButton() { 100 function getAddCommentButton() {
101 - return imgSrc('widgets/addcomment.gif'); 101 + return imgSrc('widgets/addcomment.png');
102 } 102 }
103 function getSubscribeButton() { 103 function getSubscribeButton() {
104 - return imgSrc('widgets/subscribe.gif'); 104 + return imgSrc('widgets/subscribe.png');
105 } 105 }
106 function getUnsubscribeButton() { 106 function getUnsubscribeButton() {
107 - return imgSrc('widgets/unsubscribe.gif'); 107 + return imgSrc('widgets/unsubscribe.png');
108 } 108 }
109 function getRejectButton() { 109 function getRejectButton() {
110 - return imgSrc('widgets/reject.gif'); 110 + return imgSrc('widgets/reject.png');
111 } 111 }
112 function getUpdatePasswordButton() { 112 function getUpdatePasswordButton() {
113 - return imgSrc('widgets/updatePassword.gif'); 113 + return imgSrc('widgets/updatePassword.png');
114 } 114 }
115 function getDeleteButton() { 115 function getDeleteButton() {
116 - return imgSrc('widgets/delete.gif'); 116 + return imgSrc('widgets/delete.png');
117 } 117 }
118 function getSelectButton() { 118 function getSelectButton() {
119 - return imgSrc('widgets/select.gif'); 119 + return imgSrc('widgets/select.png');
120 } 120 }
121 function getUpdateButton() { 121 function getUpdateButton() {
122 - return imgSrc('widgets/update.gif'); 122 + return imgSrc('widgets/update.png');
123 } 123 }
124 function getAssignButton() { 124 function getAssignButton() {
125 - return imgSrc('widgets/assign.gif'); 125 + return imgSrc('widgets/assign.png');
126 } 126 }
127 function getSearchButton() { 127 function getSearchButton() {
128 - return imgSrc('widgets/search.gif'); 128 + return imgSrc('widgets/search.png');
129 } 129 }
130 function getEditButton() { 130 function getEditButton() {
131 - return imgSrc('widgets/edit.gif'); 131 + return imgSrc('widgets/edit.png');
132 } 132 }
133 function getApproveButton() { 133 function getApproveButton() {
134 - return imgSrc('widgets/approve.gif'); 134 + return imgSrc('widgets/approve.png');
135 } 135 }
136 function getDoneButton() { 136 function getDoneButton() {
137 - return imgSrc('widgets/done.gif'); 137 + return imgSrc('widgets/done.png');
138 } 138 }
139 function getPublishButton() { 139 function getPublishButton() {
140 - return imgSrc('widgets/publish.gif'); 140 + return imgSrc('widgets/publish.png');
141 } 141 }
142 function getMoveButton() { 142 function getMoveButton() {
143 - return imgSrc('widgets/move.gif'); 143 + return imgSrc('widgets/move.png');
144 } 144 }
145 function getRemoveButton() { 145 function getRemoveButton() {
146 - return imgSrc('widgets/remove.gif'); 146 + return imgSrc('widgets/remove.png');
147 } 147 }
148 function getRestoreButton() { 148 function getRestoreButton() {
149 - return imgSrc('widgets/restore.gif'); 149 + return imgSrc('widgets/restore.png');
150 } 150 }
151 function getSubmitButton() { 151 function getSubmitButton() {
152 - return imgSrc('widgets/submit.gif'); 152 + return imgSrc('widgets/submit.png');
153 } 153 }
154 function getExpungeButton() { 154 function getExpungeButton() {
155 - return imgSrc('widgets/expunge.gif'); 155 + return imgSrc('widgets/expunge.png');
156 } 156 }
157 function getRestoreHereButton() { 157 function getRestoreHereButton() {
158 - return imgSrc('widgets/restorehere.gif'); 158 + return imgSrc('widgets/restorehere.png');
159 } 159 }
160 function getReplyButton() { 160 function getReplyButton() {
161 - return imgSrc('widgets/reply.gif'); 161 + return imgSrc('widgets/reply.png');
162 } 162 }
163 function getNewButton() { 163 function getNewButton() {
164 - return imgSrc('widgets/new.gif'); 164 + return imgSrc('widgets/new.png');
165 } 165 }
166 function getResetButton() { 166 function getResetButton() {
167 - return imgSrc('widgets/reset.gif'); 167 + return imgSrc('widgets/reset.png');
168 } 168 }
169 function getArchiveButton() { 169 function getArchiveButton() {
170 - return imgSrc('widgets/archive.gif'); 170 + return imgSrc('widgets/archive.png');
171 } 171 }
172 function getBrowseButton() { 172 function getBrowseButton() {
173 - return imgSrc('widgets/browse.gif'); 173 + return imgSrc('widgets/browse.png');
174 } 174 }
175 function getCheckInButton() { 175 function getCheckInButton() {
176 - return imgSrc('widgets/checkin.gif'); 176 + return imgSrc('widgets/checkin.png');
177 } 177 }
178 function getCheckOutButton() { 178 function getCheckOutButton() {
179 - return imgSrc('widgets/checkout.gif'); 179 + return imgSrc('widgets/checkout.png');
180 } 180 }
181 function getDownloadButton() { 181 function getDownloadButton() {
182 - return imgSrc('widgets/download.gif'); 182 + return imgSrc('widgets/download.png');
183 } 183 }
184 function getEmailButton() { 184 function getEmailButton() {
185 - return imgSrc('widgets/email.gif'); 185 + return imgSrc('widgets/email.png');
186 } 186 }
187 function getMoveHereButton() { 187 function getMoveHereButton() {
188 - return imgSrc('widgets/movehere.gif'); 188 + return imgSrc('widgets/movehere.png');
189 } 189 }
190 function getBeginButton() { 190 function getBeginButton() {
191 - return imgSrc('widgets/begin.gif'); 191 + return imgSrc('widgets/begin.png');
192 } 192 }
193 } 193 }
194 194