зеркало из https://github.com/mozilla/pjs.git
Add icon to refresh menus
This commit is contained in:
Родитель
c49a9fab37
Коммит
2ef2e2c192
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 610 B |
|
@ -0,0 +1,91 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://web.resource.org/cc/"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="744.09448819"
|
||||
height="1052.3622047"
|
||||
id="svg3166"
|
||||
sodipodi:version="0.32"
|
||||
inkscape:version="0.45.1"
|
||||
sodipodi:docbase="/home/ghendricks/workspace/bnc-3.0/testopia/img"
|
||||
sodipodi:docname="refresh.svg"
|
||||
inkscape:output_extension="org.inkscape.output.svg.inkscape">
|
||||
<defs
|
||||
id="defs3168" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
gridtolerance="10000"
|
||||
guidetolerance="10"
|
||||
objecttolerance="10"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="1"
|
||||
inkscape:cx="433.40022"
|
||||
inkscape:cy="827.03231"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
inkscape:window-width="772"
|
||||
inkscape:window-height="617"
|
||||
inkscape:window-x="471"
|
||||
inkscape:window-y="137" />
|
||||
<metadata
|
||||
id="metadata3171">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<path
|
||||
sodipodi:type="spiral"
|
||||
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#007a00;stroke-width:1.56242086;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path2177"
|
||||
sodipodi:cx="4.2346535"
|
||||
sodipodi:cy="3.341089"
|
||||
sodipodi:expansion="0.090000004"
|
||||
sodipodi:revolution="1"
|
||||
sodipodi:radius="7.3833103"
|
||||
sodipodi:argument="-18.146225"
|
||||
sodipodi:t0="0"
|
||||
d="M 4.2346535,3.341089 C 11.238812,9.2806047 3.7573089,11.130286 0.019532409,8.3117594 C -2.9392721,6.080628 -3.3395305,1.709371 -1.0559799,-1.1453602 C 1.3598287,-4.1654308 5.9097775,-4.5753536 8.8878454,-2.1461753 C 11.973672,0.37090031 12.38707,5.0553667 9.8658459,8.1163318"
|
||||
transform="matrix(31.181669,0,0,32.843134,296.12666,150.95827)"
|
||||
inkscape:export-xdpi="2.9524615"
|
||||
inkscape:export-ydpi="2.9524615"
|
||||
inkscape:export-filename="/home/ghendricks/workspace/bnc-3.0/testopia/img/refresh.png" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="fill:#007a00;fill-opacity:1;stroke:#007a00;stroke-width:0.29435093;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path2181"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="17.524258"
|
||||
sodipodi:cy="0.27772263"
|
||||
sodipodi:r1="0.92433858"
|
||||
sodipodi:r2="0.46216929"
|
||||
sodipodi:arg1="-2.3217254"
|
||||
sodipodi:arg2="-1.2745278"
|
||||
inkscape:flatsided="true"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="M 16.893565,-0.39801995 L 18.424814,0.06939768 L 17.254394,1.1617902 L 16.893565,-0.39801995 z "
|
||||
transform="matrix(143.32752,23.682724,-19.325585,125.64936,-2081.734,-205.10339)"
|
||||
inkscape:export-filename="/home/ghendricks/workspace/bnc-3.0/testopia/img/refresh.png"
|
||||
inkscape:export-xdpi="2.9524615"
|
||||
inkscape:export-ydpi="2.9524615" />
|
||||
</g>
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 3.6 KiB |
|
@ -157,6 +157,8 @@ Ext.extend(BuildGrid, Ext.grid.EditorGridPanel, {
|
|||
}
|
||||
},{
|
||||
text: 'Refresh',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
grid.store.reload();
|
||||
}
|
||||
|
|
|
@ -558,6 +558,8 @@ Ext.extend(CaseGrid, Ext.grid.EditorGridPanel, {
|
|||
}
|
||||
},{
|
||||
text: 'Refresh List',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
grid.store.reload();
|
||||
}
|
||||
|
@ -1088,6 +1090,8 @@ Ext.extend(CasePlans, Ext.grid.GridPanel, {
|
|||
}
|
||||
},{
|
||||
text: 'Refresh',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
grid.store.reload();
|
||||
}
|
||||
|
|
|
@ -886,6 +886,8 @@ Ext.extend(CaseRunGrid, Ext.grid.EditorGridPanel, {
|
|||
}
|
||||
},{
|
||||
text: 'Refresh List',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
grid.store.reload();
|
||||
}
|
||||
|
@ -1417,6 +1419,8 @@ Ext.extend(CaseBugsGrid, Ext.grid.GridPanel, {
|
|||
id:'tags-ctx-menu',
|
||||
items: [{
|
||||
text: 'Refresh List',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
grid.store.reload();
|
||||
}
|
||||
|
@ -1578,6 +1582,8 @@ Ext.extend(CaseComponentsGrid, Ext.grid.GridPanel, {
|
|||
id:'tags-ctx-menu',
|
||||
items: [{
|
||||
text: 'Refresh List',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
grid.store.reload();
|
||||
}
|
||||
|
|
|
@ -127,6 +127,8 @@ Ext.extend(CaseCategoryGrid, Ext.grid.EditorGridPanel, {
|
|||
}
|
||||
},{
|
||||
text: 'Refresh',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
grid.store.reload();
|
||||
}
|
||||
|
|
|
@ -128,6 +128,8 @@ Ext.extend(EnvironmentGrid, Ext.grid.EditorGridPanel, {
|
|||
handler: this.deleteEnv.createDelegate(this)
|
||||
},{
|
||||
text: 'Refresh List',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
grid.store.reload();
|
||||
}
|
||||
|
|
|
@ -405,7 +405,9 @@ Ext.extend(PlanGrid, Ext.grid.EditorGridPanel, {
|
|||
}]
|
||||
}
|
||||
},{
|
||||
text: 'Refresh List',
|
||||
text: 'Refresh List',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
grid.store.reload();
|
||||
}
|
||||
|
|
|
@ -430,6 +430,8 @@ Ext.extend(RunGrid, Ext.grid.EditorGridPanel, {
|
|||
|
||||
},{
|
||||
text: 'Refresh List',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
grid.store.reload();
|
||||
}
|
||||
|
|
|
@ -574,7 +574,9 @@ Ext.extend(ReportGrid, Ext.grid.GridPanel, {
|
|||
iconCls: 'img_button_16x',
|
||||
handler: this.deleteSearch.createDelegate(this)
|
||||
},{
|
||||
text: 'Refresh List',
|
||||
text: 'Refresh List',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
grid.store.reload();
|
||||
}
|
||||
|
@ -670,6 +672,8 @@ PortalTools = [{
|
|||
}
|
||||
},{
|
||||
text: 'Refresh',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
panel.load({url: panel.url});
|
||||
}
|
||||
|
|
|
@ -151,6 +151,8 @@ Ext.extend(TestopiaObjectTags, Ext.grid.GridPanel, {
|
|||
handler: this.remove
|
||||
},{
|
||||
text: 'Refresh List',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
grid.store.reload();
|
||||
}
|
||||
|
@ -234,7 +236,9 @@ Ext.extend(TestopiaProductTags, Ext.grid.GridPanel, {
|
|||
id:'tags-ctx-menu',
|
||||
items: [
|
||||
{
|
||||
text: 'Refresh',
|
||||
text: 'Refresh',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
ds.reload();
|
||||
}
|
||||
|
|
|
@ -165,8 +165,11 @@ TestopiaUtil = function(){
|
|||
return false;
|
||||
};
|
||||
this.addOption = addOption;
|
||||
var fillSelects = function(data){
|
||||
var fillSelects = function(data, prods){
|
||||
var s = searchToJson(window.location.search);
|
||||
if (prods){
|
||||
s.product = prods;
|
||||
}
|
||||
for (var i in data.selectTypes){
|
||||
if (typeof data.selectTypes[i] != 'function'){
|
||||
try{
|
||||
|
@ -1025,6 +1028,8 @@ Ext.extend(HistoryGrid, Ext.grid.GridPanel,{
|
|||
id:'history-ctx-menu',
|
||||
items: [{
|
||||
text: 'Refresh',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
grid.store.reload();
|
||||
}
|
||||
|
|
|
@ -207,8 +207,11 @@ TestopiaUtil = function(){
|
|||
return false;
|
||||
};
|
||||
this.addOption = addOption;
|
||||
var fillSelects = function(data){
|
||||
var fillSelects = function(data, prods){
|
||||
var s = searchToJson(window.location.search);
|
||||
if (prods){
|
||||
s.product = prods;
|
||||
}
|
||||
for (var i in data.selectTypes){
|
||||
if (typeof data.selectTypes[i] != 'function'){
|
||||
try{
|
||||
|
@ -1067,6 +1070,8 @@ Ext.extend(HistoryGrid, Ext.grid.GridPanel,{
|
|||
id:'history-ctx-menu',
|
||||
items: [{
|
||||
text: 'Refresh',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
grid.store.reload();
|
||||
}
|
||||
|
@ -2452,7 +2457,9 @@ Ext.extend(PlanGrid, Ext.grid.EditorGridPanel, {
|
|||
}]
|
||||
}
|
||||
},{
|
||||
text: 'Refresh List',
|
||||
text: 'Refresh List',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
grid.store.reload();
|
||||
}
|
||||
|
@ -3445,6 +3452,8 @@ Ext.extend(CaseGrid, Ext.grid.EditorGridPanel, {
|
|||
}
|
||||
},{
|
||||
text: 'Refresh List',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
grid.store.reload();
|
||||
}
|
||||
|
@ -3975,6 +3984,8 @@ Ext.extend(CasePlans, Ext.grid.GridPanel, {
|
|||
}
|
||||
},{
|
||||
text: 'Refresh',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
grid.store.reload();
|
||||
}
|
||||
|
@ -5080,6 +5091,8 @@ Ext.extend(CaseRunGrid, Ext.grid.EditorGridPanel, {
|
|||
}
|
||||
},{
|
||||
text: 'Refresh List',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
grid.store.reload();
|
||||
}
|
||||
|
@ -5611,6 +5624,8 @@ Ext.extend(CaseBugsGrid, Ext.grid.GridPanel, {
|
|||
id:'tags-ctx-menu',
|
||||
items: [{
|
||||
text: 'Refresh List',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
grid.store.reload();
|
||||
}
|
||||
|
@ -5772,6 +5787,8 @@ Ext.extend(CaseComponentsGrid, Ext.grid.GridPanel, {
|
|||
id:'tags-ctx-menu',
|
||||
items: [{
|
||||
text: 'Refresh List',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
grid.store.reload();
|
||||
}
|
||||
|
@ -6290,6 +6307,8 @@ Ext.extend(RunGrid, Ext.grid.EditorGridPanel, {
|
|||
|
||||
},{
|
||||
text: 'Refresh List',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
grid.store.reload();
|
||||
}
|
||||
|
@ -7274,6 +7293,8 @@ Ext.extend(BuildGrid, Ext.grid.EditorGridPanel, {
|
|||
}
|
||||
},{
|
||||
text: 'Refresh',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
grid.store.reload();
|
||||
}
|
||||
|
@ -7477,6 +7498,8 @@ Ext.extend(CaseCategoryGrid, Ext.grid.EditorGridPanel, {
|
|||
}
|
||||
},{
|
||||
text: 'Refresh',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
grid.store.reload();
|
||||
}
|
||||
|
@ -7839,6 +7862,8 @@ Ext.extend(EnvironmentGrid, Ext.grid.EditorGridPanel, {
|
|||
handler: this.deleteEnv.createDelegate(this)
|
||||
},{
|
||||
text: 'Refresh List',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
grid.store.reload();
|
||||
}
|
||||
|
@ -8610,7 +8635,9 @@ Ext.extend(ReportGrid, Ext.grid.GridPanel, {
|
|||
iconCls: 'img_button_16x',
|
||||
handler: this.deleteSearch.createDelegate(this)
|
||||
},{
|
||||
text: 'Refresh List',
|
||||
text: 'Refresh List',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
grid.store.reload();
|
||||
}
|
||||
|
@ -8706,6 +8733,8 @@ PortalTools = [{
|
|||
}
|
||||
},{
|
||||
text: 'Refresh',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
panel.load({url: panel.url});
|
||||
}
|
||||
|
@ -8930,6 +8959,8 @@ Ext.extend(TestopiaObjectTags, Ext.grid.GridPanel, {
|
|||
handler: this.remove
|
||||
},{
|
||||
text: 'Refresh List',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
grid.store.reload();
|
||||
}
|
||||
|
@ -9013,7 +9044,9 @@ Ext.extend(TestopiaProductTags, Ext.grid.GridPanel, {
|
|||
id:'tags-ctx-menu',
|
||||
items: [
|
||||
{
|
||||
text: 'Refresh',
|
||||
text: 'Refresh',
|
||||
icon: 'testopia/img/refresh.png',
|
||||
iconCls: 'img_button_16x',
|
||||
handler: function(){
|
||||
ds.reload();
|
||||
}
|
||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Загрузка…
Ссылка в новой задаче