mirror of
https://github.com/google/nomulus.git
synced 2025-06-21 11:50:48 +02:00
This reverts commit 28d3af0ee9
.
We are now ready to accept new Registry Lock requests so we can have the
originally-designed wording back in place
This commit is contained in:
parent
a0a071022e
commit
24f74a22ee
3 changed files with 5 additions and 2 deletions
|
@ -56,7 +56,8 @@ registry.registrar.RegistryLock.prototype.runAfterRender = function(objArgs) {
|
||||||
} else {
|
} else {
|
||||||
goog.soy.renderElement(
|
goog.soy.renderElement(
|
||||||
goog.dom.getRequiredElement('locks-content'),
|
goog.dom.getRequiredElement('locks-content'),
|
||||||
registry.soy.registrar.registrylock.lockNotAllowedOnRegistrar);
|
registry.soy.registrar.registrylock.lockNotAllowedOnRegistrar,
|
||||||
|
{supportEmail: objArgs.supportEmail});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -163,5 +163,7 @@
|
||||||
|
|
||||||
/** Content if the registrar is not allowed to use registry lock. */
|
/** Content if the registrar is not allowed to use registry lock. */
|
||||||
{template .lockNotAllowedOnRegistrar}
|
{template .lockNotAllowedOnRegistrar}
|
||||||
<h2>Registry Lock is coming soon; please stay tuned for updates.</h2>
|
{@param supportEmail: string}
|
||||||
|
<h2>Sorry, your registrar hasn't enrolled in registry lock yet. To do so, please
|
||||||
|
contact {$supportEmail}.</h2>
|
||||||
{/template}
|
{/template}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 39 KiB |
Loading…
Add table
Add a link
Reference in a new issue