tazpanel diff test.cgi @ rev 556

Add 'floppy' and 'folder' icons
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Dec 07 02:36:31 2015 +0200 (2015-12-07)
parents aaf630cf6a8b
children a15373a181ff
line diff
     1.1 --- a/test.cgi	Tue Aug 04 02:32:11 2015 +0300
     1.2 +++ b/test.cgi	Mon Dec 07 02:36:31 2015 +0200
     1.3 @@ -54,7 +54,8 @@
     1.4  --><button data-icon="toggle"     >Toggle     </button><button data-icon="chlock"  >ChLock  </button><!--
     1.5  --><button data-icon="calendar"   >Calendar   </button><button data-icon="modem"   >Modem   </button><!--
     1.6  --><button data-icon="vpn"        >VPN        </button><button data-icon="display" >Display </button><!--
     1.7 ---><button data-icon="cpu"        >CPU        </button>
     1.8 +--><button data-icon="cpu"        >CPU        </button><button data-icon="floppy"  >Floppy  </button><!--
     1.9 +--><button data-icon="folder"     >Folder     </button>
    1.10  </section>
    1.11  
    1.12  
    1.13 @@ -83,7 +84,7 @@
    1.14  <a data-icon="temperature">Temperature</a> <a data-icon="terminal"  >Terminal  </a> <a data-icon="text"     >Text     </a>
    1.15  <a data-icon="unlink"     >Unlink     </a> <a data-icon="unlock"    >Unlock    </a> <a data-icon="upgrade"  >Upgrade  </a>
    1.16  <a data-icon="user"       >User       </a> <a data-icon="view"      >View      </a> <a data-icon="web"      >Web      </a>
    1.17 -<a data-icon="wifi"       >Wi-Fi      </a>
    1.18 +<a data-icon="wifi"       >Wi-Fi      </a> <a data-icon="floppy"    >Floppy    </a> <a data-icon="folder"   >Folder   </a>
    1.19  </p>
    1.20  	</div>
    1.21  </section>
    1.22 @@ -96,7 +97,8 @@
    1.23  <a data-img="off"    href="#"></a>Off    <a data-img="on"   href="#"></a>On   <a data-img="opt"  href="#"></a>Opt
    1.24  <a data-img="remove" href="#"></a>Remove <a data-img="run"  href="#"></a>Run  <a data-img="stop" href="#"></a>Stop
    1.25  <a data-img="web"    href="#"></a>Web    <a data-img="slitaz" href="#"></a>SliTaz <a data-img="user" href="#"></a>User
    1.26 -</p>
    1.27 +<a data-img="floppy" href="#"></a>Floppy <a data-img="folder" href="#"></a>Folder
    1.28 +	</p>
    1.29  </section>
    1.30  
    1.31