~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/console/overlay.html

Add alt text to the console's minimize and maximize buttons.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
          class="console_button minimize">
9
9
          <a onclick="console_minimize()"
10
10
              title="Minimize the Python console">
11
 
            <img src="${minimize_path}" />
 
11
            <img src="${minimize_path}" alt="Minimize" />
12
12
          </a>
13
13
        </span>
14
14
      </div>
26
26
          <span py:if="windowpane" class="console_button maximize">
27
27
            <a onclick="console_maximize()"
28
28
                title="Open up the Python console">
29
 
              <img src="${maximize_path}" />
 
29
              <img src="${maximize_path}" alt="Maximize"/>
30
30
            </a>
31
31
          </span>
32
32
        </div>