CLOUDSTACK-1027: Update SSL certificate button should properly reflect it's functionality:Changing the label and adding the title tag
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/b867609d Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/b867609d Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/b867609d Branch: refs/heads/master Commit: b867609df8353994920e9051bc96677f55eccfe3 Parents: 635ac34 Author: Pranav Saxena <[email protected]> Authored: Tue Jan 22 15:05:32 2013 +0530 Committer: Pranav Saxena <[email protected]> Committed: Tue Jan 22 15:05:32 2013 +0530 ---------------------------------------------------------------------- ui/index.jsp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/b867609d/ui/index.jsp ---------------------------------------------------------------------- diff --git a/ui/index.jsp b/ui/index.jsp index 3fe6bad..5481da8 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -959,7 +959,7 @@ under the License. <div class="button refresh" id="refresh_button"> <span><fmt:message key="label.refresh"/></span> </div> - <div id="update_ssl_button" class="button action main-action reduced-hide lock"> + <div id="update_ssl_button" class="button action main-action reduced-hide lock" title="Updates your Console Proxy SSL Certificate"> <span class="icon"> </span> <span><fmt:message key="label.update.ssl.cert"/></span> </div>
