ItEr38S11RFMaquetacionDesenhoAplicacionItEr37S16: Added icons for contextual menus
|
|
@ -286,7 +286,8 @@ public class TaskList extends XulElement implements AfterCompose {
|
|||
MenuBuilder<TaskComponent> menuBuilder = MenuBuilder.on(getPage(),
|
||||
getTaskComponents());
|
||||
if (disabilityConfiguration.isAddingDependenciesEnabled()) {
|
||||
menuBuilder.item("Add Dependency", null,
|
||||
menuBuilder.item("Add Dependency",
|
||||
"/common/img/ico_dependency.png",
|
||||
new ItemAction<TaskComponent>() {
|
||||
|
||||
@Override
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 147 B After Width: | Height: | Size: 799 B |
|
|
@ -69,7 +69,7 @@ public class ResourceAllocationCommand implements IResourceAllocationCommand {
|
|||
|
||||
@Override
|
||||
public String getIcon() {
|
||||
return null;
|
||||
return "/common/img/ico_allocation.png";
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ public class CalendarAllocationCommand implements ICalendarAllocationCommand {
|
|||
|
||||
@Override
|
||||
public String getIcon() {
|
||||
return null;
|
||||
return "/common/img/ico_calendar.png";
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ public class AddMilestoneCommand implements IAddMilestoneCommand {
|
|||
|
||||
@Override
|
||||
public String getIcon() {
|
||||
return null;
|
||||
return "/common/img/milestone.png";
|
||||
}
|
||||
|
||||
}
|
||||
BIN
navalplanner-webapp/src/main/webapp/common/img/ico_add.png
Normal file
|
After Width: | Height: | Size: 566 B |
BIN
navalplanner-webapp/src/main/webapp/common/img/ico_add1.png
Normal file
|
After Width: | Height: | Size: 563 B |
BIN
navalplanner-webapp/src/main/webapp/common/img/ico_add_out.png
Normal file
|
After Width: | Height: | Size: 521 B |
|
After Width: | Height: | Size: 699 B |
BIN
navalplanner-webapp/src/main/webapp/common/img/ico_calendar.png
Normal file
|
After Width: | Height: | Size: 383 B |
|
After Width: | Height: | Size: 190 B |
BIN
navalplanner-webapp/src/main/webapp/common/img/milestone.png
Normal file
|
After Width: | Height: | Size: 316 B |