1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 01:35:56 +00:00

add styles for several other dijit elements

This commit is contained in:
Andrew Dolgov
2015-08-11 16:41:05 +03:00
parent bc20cb9fad
commit e79e274fc8
2 changed files with 103 additions and 0 deletions

View File

@@ -622,6 +622,8 @@ class Pref_Prefs extends Handler_Protected {
$cert_serial = htmlspecialchars(get_ssl_certificate_id());
$has_serial = ($cert_serial) ? "false" : "true";
print "<br/>";
print " <button dojoType=\"dijit.form.Button\" disabled=\"$has_serial\"
onclick=\"insertSSLserial('$cert_serial')\">" .
__('Register') . "</button>";