Repository: openmeetings Updated Branches: refs/heads/master 0e7d08033 -> 8ad2d4779
[OPENMEETINGS-1671] rooms files are fixed Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/8ad2d477 Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/8ad2d477 Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/8ad2d477 Branch: refs/heads/master Commit: 8ad2d4779190581a78ada14ff5479ba503adf720 Parents: 0e7d080 Author: Maxim Solodovnik <[email protected]> Authored: Tue Sep 26 15:02:13 2017 +0700 Committer: Maxim Solodovnik <[email protected]> Committed: Tue Sep 26 15:02:13 2017 +0700 ---------------------------------------------------------------------- .../java/org/apache/openmeetings/web/admin/rooms/RoomsPanel.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/openmeetings/blob/8ad2d477/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/rooms/RoomsPanel.html ---------------------------------------------------------------------- diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/rooms/RoomsPanel.html b/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/rooms/RoomsPanel.html index 48e27a8..ba11b08 100644 --- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/rooms/RoomsPanel.html +++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/rooms/RoomsPanel.html @@ -169,7 +169,7 @@ <tr wicket:id="files"> <td style="width: 380px"><div class="three_column_layout_divcolumn1" style="width: auto"><span wicket:id="name"></span></div></td> <td style="width: 80px"><span wicket:id="wbIdx"></span></td> - <td style="width: 50px"><div class="formCancelButton" wicket:id="delete" wicket:message="title:604"></div></td> + <td style="width: 50px"><div class="formCancelButton" wicket:id="delete" wicket:message="title:80"></div></td> </tr> </tbody> </table> @@ -230,7 +230,7 @@ <td class="three_column_layout_column2"><div class="three_column_layout_divcolumn2"><span wicket:id="userId"></span></div></td> <td class="three_column_layout_column3"><div class="three_column_layout_divcolumn3"><span wicket:id="uName"></span></div></td> <td class="three_column_layout_column4"><div class="three_column_layout_divcolumn4" style="overflow: hidden;"><span wicket:id="email"></span></div></td> - <td style="width: 50px"><div style="width: 50px"><div class="formCancelButton" wicket:id="delete" wicket:message="title:274"></div></div></td> + <td style="width: 50px"><div style="width: 50px"><div class="formCancelButton" wicket:id="delete" wicket:message="title:80"></div></div></td> </tr> </tbody> </table>
