SF Bug #2959415 - Misspelling 'Retieving'
This commit is contained in:
parent
0f782569e9
commit
e4f5c22e18
@ -540,7 +540,7 @@ class TemplateRender extends PageRender {
|
|||||||
else {
|
else {
|
||||||
if (isAjaxEnabled())
|
if (isAjaxEnabled())
|
||||||
printf('<td><input type="radio" name="template" value="%s" id="%s" onclick="return ajDISPLAY(\'BODY\',\'%s&template=%s\',\'%s\');" /></td>',
|
printf('<td><input type="radio" name="template" value="%s" id="%s" onclick="return ajDISPLAY(\'BODY\',\'%s&template=%s\',\'%s\');" /></td>',
|
||||||
htmlspecialchars($details->getID()),htmlspecialchars($details->getID()),htmlspecialchars($href_parms),$details->getID(),_('Retieving DN'));
|
htmlspecialchars($details->getID()),htmlspecialchars($details->getID()),htmlspecialchars($href_parms),$details->getID(),_('Retrieving DN'));
|
||||||
else
|
else
|
||||||
printf('<td><input type="radio" name="template" value="%s" id="%s" onclick="document.forms.template_choice_form.submit()" /></td>',
|
printf('<td><input type="radio" name="template" value="%s" id="%s" onclick="document.forms.template_choice_form.submit()" /></td>',
|
||||||
htmlspecialchars($details->getID()),htmlspecialchars($details->getID()));
|
htmlspecialchars($details->getID()),htmlspecialchars($details->getID()));
|
||||||
@ -577,7 +577,7 @@ class TemplateRender extends PageRender {
|
|||||||
echo '<tr>';
|
echo '<tr>';
|
||||||
if (isAjaxEnabled())
|
if (isAjaxEnabled())
|
||||||
printf('<td><input type="radio" name="template" value="none" id="none" onclick="return ajDISPLAY(\'BODY\',\'%s&template=%s\',\'%s\');" /></td>',
|
printf('<td><input type="radio" name="template" value="none" id="none" onclick="return ajDISPLAY(\'BODY\',\'%s&template=%s\',\'%s\');" /></td>',
|
||||||
htmlspecialchars($href_parms),'none',_('Retieving DN'));
|
htmlspecialchars($href_parms),'none',_('Retrieving DN'));
|
||||||
else
|
else
|
||||||
echo '<td><input type="radio" name="template" value="none" id="none" onclick="document.forms.template_choice_form.submit()" /></td>';
|
echo '<td><input type="radio" name="template" value="none" id="none" onclick="document.forms.template_choice_form.submit()" /></td>';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user