SLL certificates upload implementation step #1

This commit is contained in:
Dima Malishev 2011-09-10 22:35:16 +03:00
parent 994b0cfa14
commit 373c5f25b2
10 changed files with 52 additions and 171 deletions

View file

@ -473,6 +473,12 @@ App.HTML.Build.dns_subrecord = function(record)
return tpl;
}
App.HTML.Build.ssl_key_file = function()
{
return '<iframe src="http://dev.vestacp.com:8083/vesta/upload.php?action=show&type=key" width="500px;" height="50px;" framevorder="0" scroll="no">..</iframe>';
}
App.HTML.Build.user_selects = function(tpl, options)
{
var acc = [];