diff options
author | ivan <ivan> | 2010-10-17 22:35:58 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-10-17 22:35:58 +0000 |
commit | f3b1e139720b2262516ee3690b1d4b2b9941b500 (patch) | |
tree | 4cdfbb9c2fabff454a8a6cec97bf4dfc1c1ddf54 /httemplate/elements | |
parent | 9a98d39e3ce40c1f2c324991e8ad469271093fb5 (diff) |
dns editing improvements: show an error from adding default records, redirect back to the dns section on all operations, finish editing. RT#8933
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/popup_link.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/popup_link.html b/httemplate/elements/popup_link.html index 49b624c84..fbb6ce3b8 100644 --- a/httemplate/elements/popup_link.html +++ b/httemplate/elements/popup_link.html @@ -11,7 +11,7 @@ Example: 'label' => 'click me', # text of <A> tag #strongly recommended - 'actionlabel => 'You clicked', # popup title + 'actionlabel' => 'You clicked', # popup title #opt 'width' => 540, |