Changeset 3373
- Timestamp:
- Jan 19, 2017, 1:57:23 PM (4 years ago)
- Location:
- admin-center/trunk/fuentes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
admin-center/trunk/fuentes/admin-center.install/usr/share/admin-center/js/login.js
r2960 r3373 66 66 lm.BindLoginEventHandlers(); 67 67 68 $("#LoginButton").append("Login");68 //$("#LoginButton").append("Login"); 69 69 70 70 $("#input_password").bind('keydown',function (e) { -
admin-center/trunk/fuentes/admin-center.install/usr/share/admin-center/login.php
r3064 r3373 97 97 <!--div style="margin-top: 10px; margin-left: 100px;"--> 98 98 <div style="float:right;"> 99 <button id="LoginButton" class="btn btn-primary btn-lg" value="<?php gt("login");?>">< /button>99 <button id="LoginButton" class="btn btn-primary btn-lg" value="<?php gt("login");?>"><?php echo(gt("login"));?></button> 100 100 </div> 101 101 </div></div> -
admin-center/trunk/fuentes/debian/changelog
r3234 r3373 1 admin-center (0.6.4.2) xenial; urgency=medium 2 3 * Fixed css 4 * Fixed i18n 5 6 -- <jose@xen> Thu, 19 Jan 2017 13:56:52 +0100 7 1 8 admin-center (0.6.4.1) xenial; urgency=high 2 9
Note: See TracChangeset
for help on using the changeset viewer.