]> git.parisson.com Git - telemeta.git/commitdiff
fix button style
authoryomguy <yomguy@parisson.com>
Wed, 6 Apr 2011 00:55:38 +0000 (02:55 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 6 Apr 2011 00:55:38 +0000 (02:55 +0200)
telemeta/templates/telemeta_default/profile_detail.html

index 8f88c5602dcb7551b71457edcd9631217663dfb1..68927d341669183d5b16a69f34ce53b1782ab781 100644 (file)
@@ -49,7 +49,7 @@
              <option {% if lang.0 == LANGUAGE_CODE %}selected{% endif %} value="{{ lang.0 }}">{{ lang.1 }}</option>
             {% endfor %}
           </select>
-          <a href="#" class="component_icon button icon_save
+          <a href="#" class="component_icon button icon_ok
             onclick="document.getElementById('setlang').submit(); return false;">{% trans "Set" %}</a>
          </form>
         </dd>