diff options
author | Thomas <rat@rlyeh-military-affairs> | 2012-03-06 23:56:37 +0000 |
---|---|---|
committer | Thomas <rat@rlyeh-military-affairs> | 2012-03-06 23:56:37 +0000 |
commit | dadf80f64479792be85c7026fe1e3c5440066211 (patch) | |
tree | 9bb9f515c571d361b9e16f6ef6a308f4ffac5ed2 /view/settings.tpl | |
parent | 22624917e03b0ea90de19b0808c5435aa04d3613 (diff) | |
parent | 05a52b2660a879a97d511b180e26fe12310d0464 (diff) | |
download | volse-hubzilla-dadf80f64479792be85c7026fe1e3c5440066211.tar.gz volse-hubzilla-dadf80f64479792be85c7026fe1e3c5440066211.tar.bz2 volse-hubzilla-dadf80f64479792be85c7026fe1e3c5440066211.zip |
Merge remote-tracking branch 'upstream/master'
Conflicts:
images/smiley-beard.png
Diffstat (limited to 'view/settings.tpl')
-rwxr-xr-x | view/settings.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/settings.tpl b/view/settings.tpl index 1172df8b9..b7f427b32 100755 --- a/view/settings.tpl +++ b/view/settings.tpl @@ -60,9 +60,9 @@ $suggestme {{inc field_input.tpl with $field=$expire.days }}{{endinc}} <div class="field input"> - <span class="field_help"><a href="#advaced-expire-popup" id="advenced-expire" class='popupbox' title="$expire.advanced">$expire.label</a></span> + <span class="field_help"><a href="#advanced-expire-popup" id="advanced-expire" class='popupbox' title="$expire.advanced">$expire.label</a></span> <div style="display: none;"> - <div id="advaced-expire-popup" style="width:auto;height:auto;overflow:auto;"> + <div id="advanced-expire-popup" style="width:auto;height:auto;overflow:auto;"> <h3>$expire.advanced</h3> {{ inc field_yesno.tpl with $field=$expire.items }}{{endinc}} {{ inc field_yesno.tpl with $field=$expire.notes }}{{endinc}} |